rvn_theme_RavenR: RavenR ggplot theme

View source: R/rvn_theme_RavenR.R

rvn_theme_RavenRR Documentation

RavenR ggplot theme

Description

Makes the general Raven R Theme for all ggplots

Usage

rvn_theme_RavenR()

Details

Sets up the default theme for all ggplots generated using a built in Raven R function. Made by adjusting the built in theme_bw.

Value

returns a theme for use in ggplot2 figures

See Also

rvn_annual_volume to create a scatterplot of annual flow volumes.

Examples

# generate a basic ggplot and apply the RavenR theme
library(ggplot2)
ggplot(data=cars, aes(x=speed, y=dist))+
geom_point()+
rvn_theme_RavenR()


rchlumsk/RavenR documentation built on April 19, 2024, 5:15 a.m.