realized.productivity {forestat} | R Documentation |
Calculate the realized productivity.
Description
realized.productivity calculate the realized productivity of each stand based on model parameters (obtained from the parameterOutput function).
Usage
realized.productivity(forestData, left = 0.05, right = 100)
Arguments
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. |
Details
realized.productivity takes data,data_BA,data_V parameters as required inputs.
Value
A forestData class in which a data.frame with realized productivity parameters is added.
Examples
# 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)
[Package forestat version 1.1.0 Index]