Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

vegan-defunct

Defunct Functions in Package vegan


Description

The functions or variables listed here are no longer part of vegan as they are no longer needed.

Usage

## defunct in vegan 2.5-0
commsimulator(x, method, thin=1)

## defunct in vegan 2.4-0
## S3 method for class 'adonis'
density(x, ...)
## S3 method for class 'vegandensity'
plot(x, main = NULL, xlab = NULL, ylab = "Density", 
   type = "l", zero.line = TRUE, obs.line = TRUE, ...)
## S3 method for class 'adonis'
densityplot(x, data, xlab = "Null", ...)

## defunct in vegan 2.2-0
metaMDSrotate(object, vec, na.rm = FALSE, ...)

## defunct in vegan 2.0-0
getNumObs(object, ...)
permuted.index2(n, control = permControl())

Details

Function commsimulator is replaced with make.commsim which defines the Null models, and functions nullmodel and simulate.nullmodel that check the input data and generate the Null model communities.

The deprecated density and densityplot methods are replaced with similar methods for permustats. The permustats offers more powerful analysis tools for permutations, including summary.permustats giving z values (a.k.a. standardized effect sizes, SES), and Q-Q plots (qqnorm.permustats, qqmath.permustats).

Function metaMDSrotate is replaced with MDSrotate which can handle monoMDS results in addition to metaMDS.

The permutation functions were moved to the permute package, and they are documented there. The permute package replaces permuted.index2 with shuffle and getNumObs with its specific nobs-methods.

See Also


vegan

Community Ecology Package

v2.5-7
GPL-2
Authors
Jari Oksanen, F. Guillaume Blanchet, Michael Friendly, Roeland Kindt, Pierre Legendre, Dan McGlinn, Peter R. Minchin, R. B. O'Hara, Gavin L. Simpson, Peter Solymos, M. Henry H. Stevens, Eduard Szoecs, Helene Wagner
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.