| pu.subset | R Documentation |
Subset planning units from a RapData(),
RapUnsolved(), or RapSolved() object.
pu.subset(x, pu)
## S3 method for class 'RapData'
pu.subset(x, pu)
## S3 method for class 'RapUnsolOrSol'
pu.subset(x, pu)
x |
|
pu |
|
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 <- pu.subset(sim_ru, seq_len(10))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.