stackplot: Stacked plots

Description Usage Arguments

Description

Stacked plots allow plotting multiple vectors of data without overlap in minimal space.

Usage

1
2
3
stackplot(y, x, spacing = 0.5, style = "normal", las = 1,
  y.scale = TRUE, lwd, lty, col, bty = "n", xaxt = par("xaxt"),
  yaxt = "n", yaxs = "i", xlab = "", ylab = "")

Arguments

y

a matrix of values. Each row of the matrix will be one line in the plot.

x

(Optional) x axis values - length should correspond to columns in y matrix

spacing

Spacing between lines

style

normal or zero


sushilashenoy/zoom.plot documentation built on May 30, 2019, 8:42 p.m.