Learn R Programming

epm (version 1.1.5)

singleSpCellIndex: Identify single-species cells

Description

Given a epmGrid object, return the grid cell indices of those cells that have just one species.

Usage

singleSpCellIndex(x)

Value

numeric vector of grid cell indices.

Arguments

x

object of class epmGrid

Author

Pascal Title

Details

This function can be useful when further analyzing epmGrid objects generated by gridMetrics, as it might make sense to exclude these single-species cells in further analyses.

Examples

Run this code
singleSpCellIndex(tamiasEPM)

Run the code above in your browser using DataLab