Skip to content

Update with new functions

Compare
Choose a tag to compare
@friendly friendly released this 11 Nov 15:57
· 799 commits to master since this release

matlib 0.5.1

  • added len() convenience function for Euclidean lengths
  • added plotEqn3d() function using rgl to plot equations in 3 unknowns
  • reorganized matlib.R to become a package .Rd document
  • renamed proj() -> Proj() to avoid conflict with stats::proj()
  • added vectors() for plotting geometric diagrams
  • added vignettes/linear-equations