ggplot2::ggplot() + ggplot2::scale_x|y_continuous(...)
instead.drawAxis.Rd
Deprecated: use ggplot2::ggplot() + ggplot2::scale_x|y_continuous(...)
instead.
drawAxis(
graph = NULL,
xName = waiver(),
yName = waiver(),
breaks = waiver(),
xBreaks = waiver(),
yBreaks = waiver(),
dat = NULL,
xLabels = waiver(),
yLabels = waiver(),
xLimits = waiver(),
yLimits = waiver(),
force = FALSE,
secondaryXaxis = waiver(),
secondaryYaxis = waiver(),
xTrans = "identity",
yTrans = "identity"
)
ggplot object.
name for x-axis.
name for y-axis.
a list with $xBreaks and $yBreaks or waiver().
x-axis breaks.
y-axis breaks.
data.frame.
labels for x-axis.
labels for y-axis.
limits for x-axis.
limits for y-axis.
force the axes to be present at the cost of drawing an invisible geom.
secondary x-axis.
secondary y-axis.
transformation function for the x-axis.
transformation function for the y-axis.