Learn R Programming

vegan (version 2.0-10)

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

getNumObs(object, ...)
## S3 method for class 'default':
getNumObs(object, \dots)
## S3 method for class 'numeric':
getNumObs(object, \dots)
## S3 method for class 'integer':
getNumObs(object, \dots)

permuted.index2(n, control = permControl())

Arguments

Details

The new 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

Defunct, vegan-deprecated