R/theme-oce.R
theme_oce.Rd
Base theme useful for 'oce' plots
theme_oce(...)
Passed to ggplot2::theme_bw()
ggplot2::theme_bw()
A complete ggplot2::theme()
ggplot2::theme()
library(ggplot2) ggplot(mpg, aes(hwy, cty)) + geom_point() + theme_oce()