Skip to contents

A standard ggplot theme for HydroBOT

Usage

theme_hydrobot(base_size = 10, ...)

Arguments

base_size

set the base_size as in other ggplot themes

...

other arguments to ggplot2::theme()

Value

a ggplot theme

Examples

ggplot2::ggplot(iris,
  ggplot2::aes(x = Sepal.Length, y = Sepal.Width, color = Species)) +
  ggplot2::geom_point() +
  theme_hydrobot()