rvn_theme_RavenR {RavenR}R 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()


[Package RavenR version 2.2.2 Index]