summary.forestData | R Documentation |
Generates summary statistics for forestData objects.
## S3 method for class 'forestData'
summary(object, ...)
object |
A forestData object (after class.plot). |
... |
Additional arguments affecting the summary produced. |
The summary includes the summary of raw data, the model, the model parameters, potential productivity and real productivity in forestData(if available)
A summary object of class "summary.forestData"
# 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))
# Get the summary data of the forestData object
summary(forestData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.