powered by
This function creates a new AttributeSpace object.
AttributeSpace
AttributeSpace(planning.unit.points, demand.points, species)
A new AttributeSpace object.
PlanningUnitPoints() for planning unit in the space.
PlanningUnitPoints()
DemandPoints() object for the space.
DemandPoints()
integer species identifier to indicate which species the space is associated with.
integer
DemandPoints, PlanningUnitPoints.
if (FALSE) { space <- AttributeSpace( PlanningUnitPoints( matrix(rnorm(100), ncol = 2), seq_len(50) ), DemandPoints( matrix(rnorm(100), ncol = 2), runif(50) ), species = 1L ) }
Run the code above in your browser using DataLab