theme_facto {ggfacto} | R Documentation |
A ggplot2 Theme for Geometrical Data Analysis
Description
A ggplot2 Theme for Geometrical Data Analysis
Usage
theme_facto(
res,
axes = c(1, 2),
legend.position = c("none", "left", "right", "bottom", "top"),
no_color_scale = FALSE,
size_scale_max = 8,
xlim,
ylim
)
Arguments
res |
|
axes |
The axes to print, as a numeric vector of length 2. |
legend.position |
One of |
no_color_scale |
When TRUE, you can provide color_scale next without warning. |
size_scale_max |
Maximum size of the points. |
xlim |
Horizontal axe limits. |
ylim |
Vertical axe limits. |
Value
A list of ggplot2 objects.
[Package ggfacto version 0.3.0 Index]