| spCountIndex {epm} | R Documentation |
Identify cells that have a certain number of taxa
Description
Given a epmGrid object, return the grid cell indices of those cells that have the specified number of taxa.
Usage
spCountIndex(x, count)
Arguments
x |
object of class |
count |
number of species to consider (can be a vector of integers) |
Details
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.
Value
numeric vector of grid cell indices.
Author(s)
Pascal Title
Examples
spCountIndex(tamiasEPM, count = 1)
spCountIndex(tamiasEPM, count = 1:3)
[Package epm version 1.1.2 Index]