A standard ggplot theme for HydroBOT
theme_hydrobot.Rd
A standard ggplot theme for HydroBOT
Arguments
- base_size
set the base_size as in other
ggplot
themes- ...
other arguments to
ggplot2::theme()
Examples
ggplot2::ggplot(iris,
ggplot2::aes(x = Sepal.Length, y = Sepal.Width, color = Species)) +
ggplot2::geom_point() +
theme_hydrobot()