plot_cor: Correlation plot in kedata style

View source: R/plot_cor.R

plot_corR Documentation

Correlation plot in kedata style

Description

Membuat plot korelasi antar variabel

Usage

plot_cor(data, title, subtitle, data_source)

Arguments

data

data frame conatin of all numerci varibale

title

character for plot title

subtitle

character for plot subtitle

data_source

character for footer text

Value

ggplot and ggarrange object

Examples

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

eppofahmi/dataplot documentation built on Jan. 22, 2025, 1:14 a.m.