dice: Returns a correlation table with the selected fields only

View source: R/reshape.R

diceR Documentation

Returns a correlation table with the selected fields only

Description

Returns a correlation table with the selected fields only

Usage

dice(x, ...)

Arguments

x

A correlation table, class cor_df

...

A list of variables in the correlation table

Examples


dice(correlate(mtcars), mpg, wt, am)

corrr documentation built on Aug. 17, 2022, 1:05 a.m.