Base theme useful for 'oce' plots

theme_oce(...)

Arguments

...

Passed to ggplot2::theme_bw()

Value

A complete ggplot2::theme()

Examples

library(ggplot2) ggplot(mpg, aes(hwy, cty)) + geom_point() + theme_oce()