library(StemAnalysis)
# Load the data sets
data(stemdata)
data(parameterdata)
# To calculating tree growth and carbon accumulation with input data sets
stemanalysism(xtree = 8, stemdata = stemdata)
# If the graph of stem growth profile and growth trends is needed
stemanalysism(xtree = 8, stemgrowth = TRUE, treecarbon = TRUE,
stemdata = stemdata, parameterdata = parameterdata)
Run the code above in your browser using DataLab