https://github.com/cran/shapes
Raw File
Tip revision: 450a6306f3516703147c784b6e3d63aa66c6c5fb authored by Ian Dryden on 03 February 2023, 20:50:01 UTC
version 1.2.7
Tip revision: 450a630
NAMESPACE
# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(
  minpack.lm,
  scatterplot3d,
  rgl,
  MASS
)

importFrom("graphics", "arrows", "lines", "par", "persp", "plot",
             "points", "text", "title")
importFrom("stats", "cmdscale", "cor", "cov", "nlm", "pchisq", "pf",
             "prcomp", "predict", "qchisq", "rnorm", "var", 
                "lm", "optim", "qnorm", "sd")
  importFrom("grDevices", "col2rgb", "rgb")
  importFrom("graphics", "abline", "legend")
  importFrom("stats", "coef", "princomp", "rbeta", "runif")
  importFrom("utils", "tail")
  importFrom("grDevices", "rainbow")
  importFrom("utils", "head")
back to top