plot-SaemixData: Plot of longitudinal data

Description Usage Arguments

Description

This function will plot a longitudinal dataframe contained in an SaemixData object. By default it produces a spaghetti plot, but arguments can be passed on to modify this behaviour.

Usage

1
2
3
4
5
## S4 method for signature 'SaemixData'
plot(x, y, ...)

## S4 method for signature 'SaemixSimData'
plot(x, y, irep = -1, ...)

Arguments

x

an SaemixData object or an SaemixSimData object

y

unused, present for compatibility with base plot function

...

additional arguments to be passed on to plot (titles, legends, ...)

irep

number of replicate datasets to use in the mirror plot


saemixdevelopment/saemix documentation built on May 27, 2020, 1:56 p.m.