Further arguments passed from or to other methods.
Value
A S4 object of class '>vegtable.
Details
This function generate subsets of '>vegtable
objects through logical operations.
Such operations can be applied either to the plots, or the relations, which are
the main slots in that class.
This method can be referred to the slot species the same way as
subset, then the rest of the data will include only
references to the subset of species list.
# NOT RUN {library(vegtable)
data(dune_veg)
summary(dune_veg)
## Select plots used as pasturesPastures <- subset(dune_veg, Use == "Pasture", slot="header")
summary(Pastures)
# }