/usr/lib/R/site-library/ecodist/NAMESPACE is in r-cran-ecodist 1.2.9-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | ## 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)
|