summary.forestData {forestat} | R Documentation |
Summary of forestData
Description
Generates summary statistics for forestData objects.
Usage
## S3 method for class 'forestData'
summary(object, ...)
Arguments
object |
A forestData object (after class.plot). |
... |
Additional arguments affecting the summary produced. |
Details
The summary includes the summary of raw data, the model, the model parameters, potential productivity and real productivity in forestData(if available)
Value
A summary object of class "summary.forestData"
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))
# Get the summary data of the forestData object
summary(forestData)
[Package forestat version 1.1.0 Index]