Learn R Programming

retistruct (version 0.5.11)

flatplot.dataset: Flat plot of Dataset

Description

Flat plot of Dataset

Usage

# S3 method for dataset
flatplot(x, axt = "n", ylim = NULL, datapoints = TRUE,
  grouped = FALSE, landmarks = TRUE, ids = getIDs(x), ...)

Arguments

x

Dataset object

axt

whether to plot axes

ylim

y-limits

datapoints

If TRUE, display data points.

grouped

If TRUE, dipslay grouped data.

landmarks

If TRUE, dipslay landmarks.

ids

IDs of groups of data within a dataset, returned using getIDs.

...

Graphical parameters to pass to plotting functions