View source: R/realized_productivity.R
realized.productivity | R Documentation |
realized.productivity calculate the realized productivity of each stand based on model parameters (obtained from the parameterOutput function).
realized.productivity(forestData, left = 0.05, right = 100)
forestData |
A forestData class data |
left |
Solving for the left boundary of the realized productivity. |
right |
Solving for the right boundary of the realized productivity. |
realized.productivity takes data,data_BA,data_V parameters as required inputs.
A forestData class in which a data.frame with realized productivity parameters is added.
# Load sample data
data("forestData")
# Build a model based on the forestData and return a forestData class object
forestData <- class.plot(forestData,model="Richards",
interval=5,number=5,maxiter=1000,
H_start=c(a=20,b=0.05,c=1.0))
# Calculate the realized productivity of the forestData object
forestData <- realized.productivity(forestData,left=0.05,right=100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.