File: NAMESPACE

package info (click to toggle)
r-cran-multidimbio 1.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 336 kB
  • sloc: makefile: 2
file content (21 lines) | stat: -rw-r--r-- 611 bytes parent folder | download
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
)