Description Usage Arguments Details Value Author(s) See Also Examples
Get the number of rows, columns, or cells of the species matrix contained in a Vegsoup* object.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | ## S4 method for signature 'Vegsoup'
ncol(x)
## S4 method for signature 'Vegsoup'
nrow(x)
## S4 method for signature 'Vegsoup'
dim(x)
## S4 method for signature 'Vegsoup'
ncell(x)
## S4 method for signature 'Vegsoup'
nrow(x)
## not yet implemented, subsample to discard dimension
## ncol(x) <- value
## nrow(x) <- value
## ncell(x) <- value
|
x |
A |
nrow(x)
allways equals the number of plots. ncol(x)
gives the number of species
including layer duplicates. For species richness see richness
. dim
retrieves the dimension of the species matrix of an object and ncell
the numbder of
cells in the species matrix.
An integer giving number of rows (plots) and species (each occurrence of a species in layer), or the dimension of that matrix, respectively the product of this two-dimensional matrix.
Roland Kaiser
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.