plot.path_curve: Plot history curves.

Description Usage Details

Description

Plot history curves.

Usage

1
2
## S3 method for class 'path_curve'
 plot(x, ...)

Details

The default plot method is a line plot with step on the x axis and value on the y axis. Each observation is drawn with a different line line and the plot is facetted by variable. This is rather similar in spirit to a parallel coordinates plot or Andrews curves.

For alternative ways of plotting this data, see path_curves


tourr documentation built on May 2, 2019, 5:28 p.m.

Related to plot.path_curve in tourr...