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 epmGrid
identify(x, returnCell = FALSE, ...)
A vector of species names or cell indices.
object of class epmGrid
or sf
boolean; if FALSE, then species names are returned, if TRUE, then cell indices are returned.
additional arguments passed to sf::plot
Pascal Title
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.