powered by
This function creates a new DemandPoints object
DemandPoints
DemandPoints(coords, weights)
A new DemandPoints object.
base::matrix() of coordinates for each demand point.
base::matrix()
numeric weights for each demand point.
numeric
DemandPoints.
if (FALSE) { # make demand points dps <- DemandPoints( matrix(rnorm(100), ncol=2), runif(50) ) # print object print(dps) }
Run the code above in your browser using DataLab