ggplot
plot
from the input dataset.Get axis limits for a ggplot
plot
from the input dataset.
getAxisLimPlot(
data,
xVar,
yVar,
xLim = NULL,
yLim = NULL,
facetPars = NULL,
refLineData = NULL
)
Data.frame with limits of the:
x-axis: 'xmin'/'xmax'
y-axis: 'ymin'/'ymax'
for each element of the facetting variable (if any).
Data.frame with data.
String with column of data
containing x-variable.
String with column of data
containing y-variable.
Numeric vector of length 2 with limits for the x/y axes.
List with facetting parameters,
passed to the facetting function. Variables should be specified
as character or formula.
For 'wrap' facetting (facetType
is 'wrap'), if the layout
is not specified via nrow
/ncol
, 2 columns
are used by default.
Data used for the reference lines, as
output of the getDataReferenceLines
function.