stat_correlation: Stat - Correlation

View source: R/stat_correlation.R

stat_correlationR Documentation

Stat - Correlation

Description

Stat - Correlation

Usage

stat_correlation(data, xvar, code, show_code)

Arguments

data

data

xvar

list of variables

code

additional code

show_code

show/hide code

Value

No return value. This function is called for the side effect of launching a shiny application.

Examples

if (interactive()) {
stat_frequency(mtcars)
}

starry documentation built on Jan. 17, 2023, 1:07 a.m.