View source: R/caption_ksnet.r
caption_ksnet | R Documentation |
Set at the bottom-right of the plot KSNET.
caption_ksnet(...)
... |
a character vector with other caption information such as Source or Notes. See Details. |
Currently, since the double caption is a bit tricky, only works when come across with theme_ksnet_light
when more information is supplied.#'
A character vector of length two.
library(ggplot2)
ggplot(mtcars,aes(mpg))+
geom_density()+
labs( caption = caption_ksnet() )
# If more caption information if supplied, must go with theme_ksnet_light
ggplot(mtcars,aes(mpg))+
geom_density()+
labs( caption = caption_ksnet('Fuente: ECV') )+
theme_ksnet_light()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.