Description Author(s) See Also Examples
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
Wen Chen
1 2 3 4 5 6 7 8 9 10 11 12 13 | ## 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)
|
Loading required package: vegan
Loading required package: permute
Loading required package: lattice
This is vegan 2.5-4
Loading required package: ggplot2
sh: 1: cannot create /dev/null: Permission denied
sh: 1: cannot create /dev/null: Permission denied
Loading required package: grid
Warning messages:
1: `axis.ticks.margin` is deprecated. Please set `margin` property of `axis.text` instead
2: `panel.margin` is deprecated. Please use `panel.spacing` property instead
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.