identify.epmGrid | R Documentation |
Plots a epmGrid object and allows you to click on the plot to return the species found in the cell you clicked on.
## S3 method for class 'epmGrid'
identify(x, returnCell = FALSE, ...)
x |
object of class |
returnCell |
boolean; if FALSE, then species names are returned, if TRUE, then cell indices are returned. |
... |
additional arguments passed to sf::plot |
This is a wrapper function for the identify
function
in base graphics. This is primarily intended as a useful function for
data exploration and spot-checking.
A vector of species names or cell indices.
Pascal Title
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.