View source: R/PlanningUnitPoints.R
| PlanningUnitPoints | R Documentation | 
This function creates a new PlanningUnitPoints object.
PlanningUnitPoints(coords, ids)
| coords | 
 | 
| ids | 
 | 
A new PlanningUnitPoints object.
AttributeSpace.
## Not run: 
# create PlanningUnitPoints object
x <- PlanningUnitPoints(matrix(rnorm(150), ncol = 1), seq_len(150))
# print object
print(x)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.