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