theme_facto | R Documentation |
A ggplot2 Theme for Geometrical Data Analysis
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
)
res |
An object created with |
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. |
A list of ggplot2 objects.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.