summary.stPredict: Plot stPredict objects

Description Usage Arguments Examples

View source: R/summary.stPredict.R

Description

This function prints basic summary info for telefit stPredict objects

Usage

1
2
## S3 method for class '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

1
2
data("coprecip.predict")
summary(coprecip.predict)

telefit documentation built on Feb. 4, 2020, 9:08 a.m.