Learn R Programming

RAM (version 1.2.1.3)

theme_ggplot: Customized Themes For GGPLOT

Description

RAM provides some customized ggplot themes to spice up your plots for presentations, but some of these addtional features might be distractive and not be ideal for publications

Arguments

See Also

ggplot

Examples

Run this code
## Not run: 
# data(ITS1, ITS2, meta)
# data <- list(ITS1=ITS1, ITS2=ITS2)
# # dissim.alleig.plot returns a ggplot2 object:
# my.eig.plot <- dissim.alleig.plot(data)
# my.eig.plot # view the plot
# # update ggplot theme
# require("grid")
# new_theme <-RAM.color()
# my.eig.plot <- my.eig.plot + new_theme
# my.eig.plot
# ## End(Not run)

Run the code above in your browser using DataLab