Ir al contenido

Set at the bottom-right of the plot KSNET.

Uso

caption_ksnet(...)

Argumentos

...

a character vector with other caption information such as Source or Notes. See Details.

Valor

A character vector of length two.

Detalles

Currently, since the double caption is a bit tricky, only works when come across with theme_ksnet_light when more information is supplied.#'

Ejemplos


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()