| RapData-class {raptr} | R Documentation |
RapData: An S4 class to represent RAP input data
Description
This class is used to store RAP input data.
Slots
polygonsPBSmapping::PolySet()planning unit spatial data orNULLif data not available.pubase::data.frame()planning unit data. Columns must be "cost" (numeric), "area" (numeric), and "status" (integer).speciesbase::data.frame()with species data. Columns must be "name" (character.targetsbase::data.frame()with species data. Columns must be "species" (integer), "target" (integer), "proportion" (numeric).pu.species.probabilitiesbase::data.frame()with data on the probability of species in each planning unit. Columns must be "species" (integer), "pu" (integer), and "value" (numeric).attribute.spaceslistofAttributeSpacesobjects with the demand points and planning unit coordinates.boundarybase::data.frame()with data on the shared boundary length of planning units. Columns must be "id1" (integer), "id2" (integer), and "boundary" (numeric).skipcheckslogicalSkip data integrity checks? May improve speed for big data sets..cachebase::environment()used to cache calculations.