Nothing
knitr::opts_chunk$set(echo = FALSE, fig.cap = TRUE) library(officedown) library(unhcrthemes) library(ggplot2) library(rvg) library(tidyverse) library(scales)
head(iris)
head(iris)
mygg <- ggplot( mtcars, aes(x = hp, y = mpg, color = as.factor(cyl)) ) + geom_point(alpha = .8) + labs( title = "Simple scatterplot with ggplot", subtitle = "This plot shows the default style of theme_unhcr()", x = "Horsepower (hp)", y = "Fuel efficiency (mpg)", color = "Number of cylinder", caption = "Source: mtcars" ) + scale_color_unhcr_d() + theme_unhcr(legend_title = TRUE) dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
dml(ggobj = mygg, fonts = list(serif = "Lato"))
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.