normalized.ratio.index-methods: Methods for * Nri-class

Nri-methodsR Documentation

Methods for * Nri-class

Description

Methods to handle data in objects of class Nri.

Usage

## 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)

Arguments

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.

Author(s)

Lukas Lehnert

See Also

glm.nri, glm, nri


hsdar documentation built on March 18, 2022, 6:35 p.m.