baytrends (version 1.1.0)

setMargin: Graph Margins

Description

Sets the margins for the plot area (support function).

Usage

setMargin(margin, yax, aux.label = FALSE, caption = TRUE)

Arguments

margin

incomplete plot margin specification, generally computed by setGraph.

yax

the y-axis information from a "pretty" function, required if the second entry of margin is NA.

aux.label

logical, if TRUE, then allocate space for a second level of x-axis labels.

caption

logical, if TRUE, then allocate space for figure caption?

Value

Complete plot margin specification.

Details

Added from smwrGraphs.