Skip to content

Commit

Permalink
re-build site
Browse files Browse the repository at this point in the history
  • Loading branch information
friendly committed Aug 2, 2024
1 parent 8926f85 commit 7663141
Show file tree
Hide file tree
Showing 163 changed files with 5,353 additions and 3,661 deletions.
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ Suggests:
rmarkdown,
carData,
webshot2,
markdown
markdown,
clipr
Imports:
xtable,
MASS,
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# matlib 0.9.9

- added `symb_matrix()` to create a symbolic matrix
- added `symbolicMatrix()` to create a symbolic matrix

# matlib 0.9.8

Expand Down
2 changes: 1 addition & 1 deletion R/symbolicMatrix.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#' str(mat)
#' cat(mat)
#' # copy to clipboard
#' clipr::write_clip(mat)
#' #clipr::write_clip(mat) # can't be done in non-interactive mode
#'
#' # numeric rows/cols
#' symbolicMatrix(ncol=3)
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<!-- badges: start -->

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/matlib)](https://cran.r-project.org/package=matlib)
[![R-universe](https://friendly.r-universe.dev/badges/matlib)](https://friendly.r-universe.dev)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/matlib)](https://cran.r-project.org/package=matlib)
[![Dependencies](https://tinyverse.netlify.com/badge/matlib)](https://cran.r-project.org/package=matlib)
[![downloads](http://cranlogs.r-pkg.org/badges/matlib)](https://cran.r-project.org/package=matlib)
<!-- [![Dependencies](https://tinyverse.netlify.com/badge/matlib)](https://cran.r-project.org/package=matlib) -->
[![Travis-CI Build Status](https://travis-ci.org/friendly/matlib.svg?branch=master)](https://travis-ci.org/friendly/matlib)

<!-- badges: end -->
Expand Down Expand Up @@ -31,6 +33,8 @@ For example,
* `showEqn(A, b)` shows the matrix equations $A x = b$ in text or LaTeX form, while
`plotEqn(A, b)` and `plotEqn3d(A, b)` plots those equations in 2D or 3D space.

* `matrix2latex()` and `symbolicMatrix()` facilitate writing matrix equations in LaTeX

* `vectors()`, `vectors3d()` plot geometric vector diagrams in 2D or 3D, with other functions to draw
angles and arcs.

Expand Down Expand Up @@ -116,7 +120,9 @@ and a `fractions=TRUE` argument to show results using `MASS::fractions()`.
- `vectors()`, `vectors3d()` - plot geometric vector diagrams in 2D/3D
- `regvec3d()` - calculate and plot vectors representing a bivariate regression model, `lm(y ~ x1 + x2)` in mean-deviation form.

8. **matix2latex** - `matrix2latex()`: Convert matrix to LaTeX equation
8. **Matrix equations**
- `matrix2latex()`: Convert matrix to LaTeX equation
- `symbolicMatrix()`: Create a symbolic matrix for LaTeX

### Vignettes and presentations

Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ reference:
- printMatEqn
- printMatrix
- matrix2latex
- symbolicMatrix

- title: Gaussian elimination
desc: Functions for illustrating Gaussian elimination
Expand Down
84 changes: 50 additions & 34 deletions docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7663141

Please sign in to comment.