1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
|
# 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
importFrom(grDevices, colorRampPalette, dev.off, palette, pdf, recordPlot)
importFrom(graphics, barplot, hist, layout, persp, plot, segments, text)
importFrom(stats, aggregate, binomial, deviance, df, glm, interaction.plot, lm, na.omit, p.adjust, predict, rbinom, rnbinom, rnorm, runif, sd)
importFrom(utils, timestamp)
importFrom(lme4, glmer, VarCorr)
import(
ggplot2,
pcaMethods,
misc3d,
MASS,
RColorBrewer,
gridGraphics
)
|