powered by
This function creates a new AttributeSpace object.
AttributeSpace
AttributeSpace(planning.unit.points, demand.points, species)
PlanningUnitPoints for planning unit in the space.
PlanningUnitPoints
DemandPoints object for the space.
DemandPoints
integer species id to indicate which species the space is associated with.
integer
DemandPoints-class, PlanningUnitPoints-class.
DemandPoints-class
PlanningUnitPoints-class
# NOT RUN { 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