spCountIndex | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.