DemandPoints {raptr} | R Documentation |
This function creates a new DemandPoints
object
DemandPoints(coords, weights)
coords |
|
weights |
|
A new DemandPoints
object.
## Not run:
# make demand points
dps <- DemandPoints(
matrix(rnorm(100), ncol=2),
runif(50)
)
# print object
print(dps)
## End(Not run)