File: NAMESPACE

package info (click to toggle)
r-cran-pvclust 2.2-0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 232 kB
  • sloc: makefile: 2
file content (24 lines) | stat: -rw-r--r-- 661 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
22
23
24
export(pvclust)
export(pvpick)
export(msfit)
export(msplot)
export(pvrect)
export(seplot)
export(parPvclust)

S3method(plot,     pvclust)
S3method(lines,    pvclust)
S3method(text,     pvclust)
S3method(print,    pvclust)
S3method(summary,  pvclust)

S3method(plot,     msfit)
S3method(lines,    msfit)
S3method(summary,  msfit)

importFrom("grDevices", "n2mfrow")
importFrom("graphics", "curve", "lines", "par", "plot", "rect",
           "segments", "text")
importFrom("stats", "as.dist", "cor", "dist", "dnorm", "hclust",
           "lsfit", "na.omit", "pchisq", "pnorm", "qnorm", "rmultinom")
importFrom("utils", "capture.output", "head", "packageVersion")