plot_sctr2 | R Documentation |
Membuat scater dengan dua variabel dalam gaya kedata
plot_sctr2(data, x, y, title, subtitle, data_source)
data |
data frame |
x |
character of column name for x axis |
y |
character of column name for y axis |
title |
character for plot title |
subtitle |
character for plot subtitle |
data_source |
character for footer text |
ggdraw object
## Not run:
library(dataplot)
library(ggplot2)
plot_sctr2(
data = economics, x = "psavert", y = "uempmed",
title = "Lorem Ipsum is simply dummy text",
subtitle = "Contrary to popular belief, Lorem Ipsum is not simply random text",
data_source = "www.kedata.online"
)
ggsave(filename = "tes.png", dpi = 300, height = 6, width = 9)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.