https://github.com/cran/PredictABEL
Raw File
Tip revision: f507cf6d010f05680eaa25c2f7cab40977dfd8ff authored by Suman Kundu on 09 March 2020, 20:20:02 UTC
version 1.2-4
Tip revision: f507cf6
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(
  Hmisc,
  ROCR,
  PBSmodelling,
grDevices,
stats,
utils
)
    importFrom("graphics", "abline", "barplot", "boxplot", "legend",
               "lines", "mtext", "par", "title")
importFrom("methods", "is")
back to top