avg_extraction_distance | R Documentation |
Estimate Average Wood Extraction Distance From Forest Road Density
avg_extraction_distance(frd)
frd |
Forest road density (truck roads) in m/ha |
The average extraction distance from the felling spot to the nearest landing at a truck road.
frd <- c(15, 30, 60, 100) # Forest road densities m/ha
avg_extraction_distance(frd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.