plot_cor | R Documentation |
Membuat plot korelasi antar variabel
plot_cor(data, title, subtitle, data_source)
data |
data frame conatin of all numerci varibale |
title |
character for plot title |
subtitle |
character for plot subtitle |
data_source |
character for footer text |
ggplot and ggarrange object
## Not run:
library(dataplot)
library(ggplot2)
plot_cor(
data = mtcars,
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.