plot.Cosinor: Plot the Results of a Cosinor

View source: R/plot.Cosinor.R

plot.CosinorR Documentation

Plot the Results of a Cosinor

Description

Plots the fitted sinusoid from a Cosinor object produced by cosinor.

Usage

## S3 method for class 'Cosinor'
plot(x, ...)

Arguments

x

a Cosinor object produced by cosinor.

...

additional arguments passed to the sinusoid plot.

Details

The code produces the fitted sinusoid based on the intercept and sinusoid. The y-axis is on the scale of probability if the link function is ‘logit’ or ‘cloglog’. If the analysis was based on monthly data then month is shown on the x-axis. If the analysis was based on daily data then time is shown on the x-axis.

Author(s)

Adrian Barnett a.barnett@qut.edu.au

See Also

cosinor, summary.Cosinor, seasrescheck


season documentation built on March 21, 2022, 9:10 a.m.