summary.IP {phenology}R Documentation

Print the result information from a IP object.

Description

The function summary.IP shows result and estimates confidence interval.

Usage

## S3 method for class 'IP'
summary(object, ..., N = NULL, probs = c(0.025, 0.975))

Arguments

object

A file of class IP

...

Not used

N

Number of replicates

probs

Probability of confidence interval

Details

summary.IP prints the information from a IP object.

Value

Nothing

Author(s)

Marc Girondot

See Also

Other Model of Internesting Period: IPFit(), IPModel(), IPPredict(), plot.IP()

Examples

## Not run: 
library(phenology)
# Read a file with data

## End(Not run)

[Package phenology version 9.1 Index]