vol_salable(40,
"beech")
# species codes Lower Saxony (Germany)
vol_salable(40,
211,
species.code.type = "nds")
# vector input
vol_salable(seq(20, 50, 5),
"spruce")
vol_salable(rep(seq(20, 50, 10),
2),
rep(c("beech", "spruce"),
each = 4))
vol_salable(rep(seq(20, 50, 10),
2),
rep(c("beech", "spruce"),
each = 4),
logging.method = rep(c("manually", "harvester"),
each = 4))
Run the code above in your browser using DataLab