Learn R Programming

telefit (version 1.0.3)

summary.stPredict: Plot stPredict objects

Description

This function prints basic summary info for telefit stPredict objects

Usage

# S3 method for stPredict
summary(object, t = NULL, digits = NULL, ...)

Arguments

object

Object of class stPredict to summarise

t

timepoint to plot. Will automatically plot all timepoints and overall summary if NULL.

digits

Number of digits to pass to signif, if not NULL.

...

S3 generic/method consistency

Examples

Run this code
# NOT RUN {
data("coprecip.predict")
summary(coprecip.predict)

# }

Run the code above in your browser using DataLab