remove_no_flayer_noconsec {LadderFuelsR}R Documentation

Remove non-consecutive fuel layers with a Leaf Area Density (LAD) less than a specified threshold

Description

This function removes non-consecutive fuel layers with a Leaf Area Density (LAD) less than a specified threshold and recalculates the distances and the depth of remaining fuel layers. Don't run it. It is an internal function.

Usage

remove_no_flayer_noconsec(df, threshold = 25)

Arguments

df

Internal data frame derived from [get_layers_lad()] function.

threshold

Numeric value for the minimum required LAD percentage in a fuel layer. The default threshold is 25.

Value

No return value. The function is called for side effects.

Author(s)

Olga Viedma, Carlos Silva and JM Moreno

Examples

# remove_no_flayer_noconsec() removes fuel layers with a LAD percentage less than a threshold

[Package LadderFuelsR version 0.0.4 Index]