View source: R/stat_correlation.R
stat_correlation | R Documentation |
Stat - Correlation
stat_correlation(data, xvar, code, show_code)
data |
data |
xvar |
list of variables |
code |
additional code |
show_code |
show/hide code |
No return value. This function is called for the side effect of launching a shiny application.
if (interactive()) { stat_frequency(mtcars) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.