theme_dbh_bubbles {fgeo.plot} | R Documentation |
Theme for theme_dbh_bubbles()
.
Description
Theme for theme_dbh_bubbles()
.
Usage
theme_dbh_bubbles(
axis.text = element_blank(),
panel.background = element_rect(fill = "white"),
panel.grid.minor = element_blank(),
panel.grid.major = element_blank(),
legend.position = "none",
plot.title = element_text(size = 20),
plot.subtitle = element_text(size = 12),
panel.border = element_rect(colour = "black", fill = NA),
axis.ticks.length = unit(-0.1, "cm"),
...
)
Arguments
panel.background |
background of plotting area, drawn underneath plot
( |
legend.position |
the position of legends ("none", "left", "right", "bottom", "top", or two-element numeric vector) |
plot.title |
plot title (text appearance) ( |
plot.subtitle |
plot subtitle (text appearance) ( |
panel.border |
border around plotting area, drawn on top of plot so that
it covers tick marks and grid lines. This should be used with
|
... |
additional element specifications not part of base ggplot2. In general,
these should also be defined in the |
See Also
Other functions to plot dbh bubbles:
header_dbh_bubbles()
,
plot_dbh_bubbles_by_quadrat()
Examples
class(theme_dbh_bubbles())