File: NAMESPACE

package info (click to toggle)
r-cran-ecodist 1.2.9-1
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 988 kB
  • ctags: 17
  • sloc: ansic: 544; makefile: 1
file content (15 lines) | stat: -rw-r--r-- 364 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## Functions
export(bcdist, distance, fixdmat)
export(mantel, mgram, pmgram, MRM)
export(cor2m, corgen, crosstab, full, lower)
export(pco, nmds, nmds.min, vf)
export(plot.vf, plot.mgram, residuals.mgram)
## import for S3
import(stats, graphics)
## S3 methods
S3method(plot, vf)
S3method(plot, mgram)
S3method(residuals, mgram)
## Compiled code
useDynLib(ecodist)