View source: R/utils_rendering.R
theme_paper | R Documentation |
Customize a theme object with margins, color, and background.
theme_paper(output = "digital", color = "#FEFAEE", margin = rep(0, 4))
output |
set up theme for "digital" or "plotter". |
color |
background color. |
margin |
a vector of four numeric values for margins (top, right, bottom, left) in mm. |
a ggplot theme object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.