| dp.subset | R Documentation | 
Subset demand points from a RapData(),
RapUnsolved(), or RapSolved() object.
dp.subset(x, space, species, points)
## S3 method for class 'RapData'
dp.subset(x, space, species, points)
## S3 method for class 'RapUnsolOrSol'
dp.subset(x, space, species, points)
| x | 
 | 
| space | 
 | 
| species | 
 | 
| points | 
 | 
RapData() or RapUnsolved() object depending
on input object.
RapData(), RapUnsolved(),
RapSolved().
## Not run: 
# load data
data(sim_ru)
# generate new object with first 10 planning units
sim_ru2 <- dp.subset(sim_ru, 1, 1, seq_len(10))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.