stackplot: Plots on Top of Each Other

View source: R/stackplot.R

stackplotR Documentation

Plots on Top of Each Other

Description

Plots on Top of Each Other

Usage

stackplot(
  functionCalls,
  heights.cm = 5,
  margins.top.cm = 0,
  margins.bottom.cm = 0,
  margins.left.cm = 3,
  margins.right.cm = 1,
  envir = parent.frame()
)

Arguments

functionCalls

list of expressions each of which is expected to create a plot when being evaluated with eval

heights.cm

heights of plots in cm

margins.top.cm

top margins of plots in cm

margins.bottom.cm

bottom margins of plots in cm

margins.left.cm

left margins of plots in cm

margins.right.cm

right margins of plots in cm

envir

environment in which the expressions given in functionCalls are to be evaluated. Default: parent.frame()


KWB-R/kwb.plot documentation built on Oct. 2, 2023, 10:16 p.m.