ggplot.cosinor.lm: Plot a cosinor model

View source: R/plot.cosinor.lm.R

ggplot.cosinor.lmR Documentation

Plot a cosinor model

Description

Given a cosinor.lm model fit, generate a plot of the data with the fitted values. Optionally allows for plotting by covariate levels 0 and 1.

Usage

## S3 method for class 'cosinor.lm'
ggplot(object, x_str = NULL)

Arguments

object

An object of class cosinor.lm

x_str

Character vector naming the covariate(s) to be plotted. May be NULL to plot overall curve

Examples


fit <- cosinor.lm(Y ~ time(time) + X + amp.acro(X), data = vitamind)
ggplot.cosinor.lm(fit, "X")


sachsmc/cosinor documentation built on June 12, 2022, 2:12 p.m.