explore_feature_map: Returns a cumulative faceted plot on pairwise feature...

Description Usage Arguments Details Value Note Examples

View source: R/explore_feature_map.R

Description

The plot consists of NxN mini-charts where N is number of features. Main diagonal shows feature distribution. Pairwise Pearson correlations are shown above main diagonal. Pairwise feature joint distributions are shown below main diagonal.

Usage

1

Arguments

df

A data.frame: The target dataframe to explore

Details

Non-numeric features will be skipped. All passed features should not include any missing data, otherwise an error will be raised

Value

plot

Note

Raises: Invalid dataframe specified

Raises: Dataframe is empty

Raises: No numeric columns present in the dataframe

Raises: Features must not include missing data

Examples

1

UBC-MDS/xplrrr documentation built on April 2, 2020, 4 a.m.