get_stratum_cover-deprecated: Calculate vegetation cover estimates for strata

get_stratum_cover-deprecatedR Documentation

Calculate vegetation cover estimates for strata

Description

This function was formerly used to calculate maximum likelihood mean cover estimates for strata. Please now use function get_cover_quantiles instead with argument mle=TRUE.

Usage

get_stratum_cover(rcounts, background = NA)

Arguments

rcounts

A raster object with a band of point count data for each vegetation stratum plus a band for the ground layer. Normally, this will be a terra package SpatRaster object generated by function get_stratum_counts(), but it may also be a RasterStack or RasterBrick (raster package) object.

background

Value (default NA) to assign as the cover value for a stratum when there are no LiDAR points for the stratum, any lower strata or ground.

Value

A SpatRast object with a band for each vegetation stratum.

See Also

CERMBlidar-deprecated


mbedward/CERMBlidar documentation built on April 10, 2024, 2:05 p.m.