Learn R Programming

raptr (version 0.0.3)

RapData-class: RapData: An S4 class to represent RAP input data

Description

This class is used to store RAP input data.

Arguments

Slots

polygons

PolySet planning unit spatial data or NULL if data not available.

pu

data.frame planning unit data. Columns are 'cost' (numeric), 'area' (numeric), and 'status' (integer).

species

data.frame with species data. Columns are 'name' (character.

targets

data.frame with species data. Columns are 'species' (integer), 'target' (integer), 'proportion' (numeric).

pu.species.probabilities

data.frame with data on the probability of species in each planning unit. Columns are 'species' (integer), 'pu' (integer), and 'value' (numeric) columns.

attribute.spaces

list of AttributeSpaces objects with the demand points and planning unit coordinates.

boundary

data.frame with data on the shared boundary length of planning units. Columns are with 'id1' (integer), 'id2' (integer), and 'boundary' (numeric).

skipchecks

logical Skip data integrity checks? May improve speed for big data sets.

.cache

environment used to cache calculations.

See Also

PolySet.