PlanningUnitPoints {raptr} | R Documentation |
Create new PlanningUnitPoints object
Description
This function creates a new PlanningUnitPoints
object.
Usage
PlanningUnitPoints(coords, ids)
Arguments
coords |
|
ids |
|
Value
A new PlanningUnitPoints
object.
See Also
Examples
## Not run:
# create PlanningUnitPoints object
x <- PlanningUnitPoints(matrix(rnorm(150), ncol = 1), seq_len(150))
# print object
print(x)
## End(Not run)
[Package raptr version 1.0.1 Index]