dropSpecies {epm}R Documentation

Drop species from epmGrid

Description

Removes particular species from a epmGrid object.

Usage

dropSpecies(x, sp)

Arguments

x

object of class epmGrid

sp

a character vector of species names to be dropped.

Details

If species in sp are not in x, they will be ignored.

Value

new epmGrid object.

Author(s)

Pascal Title

Examples

tamiasEPM

new <- dropSpecies(tamiasEPM, sp = c('Tamias_alpinus', 'Tamias_bulleri'))

setdiff(tamiasEPM[['geogSpecies']], new[['geogSpecies']])



[Package epm version 1.1.2 Index]