https://github.com/cran/deltaPlotR
Raw File
Tip revision: 8766187c380233bd3df3dac68c7de601b58648aa authored by David Magis on 16 March 2018, 07:58:17 UTC
version 1.6
Tip revision: 8766187
NAMESPACE
# Default NAMESPACE created by R
# Remove the previous line if you edit this file

# Export all names
exportPattern(".")

# Import all packages listed as Imports or Depends
import(MASS)


importFrom("grDevices", "dev.off", "jpeg", "pdf")
importFrom("graphics", "abline", "legend", "plot", "points")
importFrom("stats", "cor", "cov", "qnorm", "symnum")
importFrom("utils", "capture.output")

S3method("print","deltaPlot")
back to top