dropSpecies | R Documentation |
Removes particular species from a epmGrid object.
dropSpecies(x, sp)
x |
object of class |
sp |
a character vector of species names to be dropped. |
If species in sp
are not in x
, they will be ignored.
new epmGrid
object.
Pascal Title
tamiasEPM
new <- dropSpecies(tamiasEPM, sp = c('Tamias_alpinus', 'Tamias_bulleri'))
setdiff(tamiasEPM[['geogSpecies']], new[['geogSpecies']])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.