Nri-methods | R Documentation |
Methods to handle data in objects of class Nri.
## S4 method for signature 'Nri' as.matrix(x, ..., named_matrix = TRUE) ## S4 method for signature 'Nri' as.data.frame(x, na.rm = FALSE, ...) ## S4 method for signature 'Nri' wavelength(object) ## S4 method for signature 'Nri' dim(x) getFiniteNri(x)
x,object |
Object of class 'Nri' |
na.rm |
Remove indices containing NA-values. Note that if TRUE, all indices are removed which have at least one NA value. |
named_matrix |
Flag if column and row names are set to band indices used for the calculation of the nri-values. |
... |
Further arguments passed to generic functions. Currently ignored. |
Lukas Lehnert
glm.nri
, glm
, nri
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.