kedata_final2 | R Documentation |
Menempatkan footer dibagian bawah yang terdiri dari logo dan data source
kedata_final2(plotname, title, subtitle, data_source)
plotname |
ggplot object |
title |
character for plot title |
subtitle |
character for plot subtitle |
data_source |
character for plot caption |
ggdraw object
## Not run:
library(dataplot)
library(ggplot2)
p1 <- ggplot(data = economics, aes(x = pce, y = pop)) +
geom_line() +
kedata_theme()
kedata_final2(
plotname = p1,
title = "Lorem Ipsum is simply dummy text",
subtitle = "Contrary to popular belief, Lorem Ipsum is not simply random text",
data_source = "Sumber Data"
)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.