spCountIndex {epm} | R Documentation |
Given a epmGrid object, return the grid cell indices of those cells that have the specified number of taxa.
spCountIndex(x, count)
x |
object of class |
count |
number of species to consider (can be a vector of integers) |
This function can be useful when further analyzing epmGrid
objects generated by gridMetrics
, as it might
make sense to exclude certain grid cells in further analyses.
numeric vector of grid cell indices.
Pascal Title
spCountIndex(tamiasEPM, count = 1)
spCountIndex(tamiasEPM, count = 1:3)