singleSpCellIndex: Identify single-species cells

View source: R/singleSpCellIndex.R

singleSpCellIndexR 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)


epm documentation built on April 4, 2025, 1:42 a.m.

Related to singleSpCellIndex in epm...