niInput | R Documentation |
niInput
niInput
assembles arguments and returns an S3
object of class
niInput
.
is.niInput
tests if a candidate object is of class niInput
.
niInput(
indicators = NULL,
ICunits = NULL,
BSunits = NULL,
referenceValues = NULL,
indicatorValues = NULL,
NIunits = NULL
)
is.niInput(x)
indicators |
data.frame of indicator data. |
ICunits |
integer BSunit x indicator matrix of ICunits. |
BSunits |
data.frame of BSunit data. |
referenceValues |
data.frame of reference values. |
indicatorValues |
list of data.frames of indicator values. |
NIunits |
0/1 BSunit x NIunit matrix of NIunits. |
x |
object to be tested ( |
Lists of class niInput
contain data sets that are controlled for consistency
and for including all necessary data for calculating the Nature Index or a
thematic index. niInput
objects have the particular structure and format
required for data input to the function calculateIndex
. The function
assembleNiObject
returns objects of class niInput
.
niInput
returns a list of class niInput
with elements:
[[1]] | indicators |
[[2]] | ICunits |
[[3]] | BSunits |
[[4]] | referenceValues |
[[5]] | indicatorValues |
[[6]] | NIunits |
is.niInput
returns TRUE
if the argument is of class
niInput
Bård Pedersen
assembleNiObject
, calculateIndex
.
The vignette objectsInNIcalc
gives a more detailed description
of niInput
lists.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.