summary.IP | R Documentation |
The function summary.IP shows result and estimates confidence interval.
## S3 method for class 'IP'
summary(object, ..., N = NULL, probs = c(0.025, 0.975))
object |
A file of class IP |
... |
Not used |
N |
Number of replicates |
probs |
Probability of confidence interval |
summary.IP prints the information from a IP object.
Nothing
Marc Girondot
Other Model of Internesting Period:
IPFit()
,
IPModel()
,
IPPredict()
,
plot.IP()
## Not run:
library(phenology)
# Read a file with data
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.