Learn R Programming

starry (version 0.1.2)

stat_correlation: Stat - Correlation

Description

Stat - Correlation

Usage

stat_correlation(data, xvar, code, show_code)

Value

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

Arguments

data

data

xvar

list of variables

code

additional code

show_code

show/hide code

Examples

Run this code
if (interactive()) {
stat_frequency(mtcars)
}

Run the code above in your browser using DataLab