Plots on Top of Each Other
stackplot(functionCalls, heights.cm = 5, margins.top.cm = 0, margins.bottom.cm = 0, margins.left.cm = 3, margins.right.cm = 1, envir = parent.frame())
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() |