singleSpCellIndex {epm}R Documentation

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)

Arguments

x

object of class epmGrid

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.

Value

numeric vector of grid cell indices.

Author(s)

Pascal Title

Examples

singleSpCellIndex(tamiasEPM)


[Package epm version 1.1.2 Index]