R/explore_feature_map.R
explore_feature_map.Rd
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.
explore_feature_map(df)
df | A data.frame: The target dataframe to explore |
---|
plot
Non-numeric features will be skipped. All passed features should not include any missing data, otherwise an error will be raised
Raises: Invalid dataframe specified
Raises: Dataframe is empty
Raises: No numeric columns present in the dataframe
Raises: Features must not include missing data
explore_feature_map(iris)