powered by
Removes particular species from a epmGrid object.
dropSpecies(x, sp)
new epmGrid object.
epmGrid
object of class epmGrid
a character vector of species names to be dropped.
Pascal Title
If species in sp are not in x, they will be ignored.
sp
x
tamiasEPM new <- dropSpecies(tamiasEPM, sp = c('Tamias_alpinus', 'Tamias_bulleri')) setdiff(tamiasEPM[['geogSpecies']], new[['geogSpecies']])
Run the code above in your browser using DataLab