HarvestableAreaDefinition: HarvestableAreaDefinition

Description Usage Arguments Value Examples

View source: R/HarvestableAreaDefinition.R

Description

HarvestableAreaDefinition

Usage

1
2
3
4
5
HarvestableAreaDefinition(
  topography,
  verticalcreekheight,
  advancedloggingparameters = loggingparameters()
)

Arguments

topography

Digital terrain model (Large RasterLayer)

verticalcreekheight

Relative elevation from nearest channel network (Large RasterLayer)

advancedloggingparameters

Other parameters of the logging simulator loggingparameters (list)

Value

A list with:

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
data(Plots)
data(DTMParacou)
data(VerticalCreekHeight)


HarvestableArea <- HarvestableAreaDefinition(topography = DTMParacou,
                                             verticalcreekheight = VerticalCreekHeight,
                                             advancedloggingparameters = loggingparameters())

plot(HarvestableArea[[1]])

thomasgaquiere/Maria documentation built on Dec. 24, 2021, 1:20 a.m.