Description Usage Arguments Details Value Note Examples
View source: R/explore_feature_map.R
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.
1 |
df |
A data.frame: The target dataframe to explore |
Non-numeric features will be skipped. All passed features should not include any missing data, otherwise an error will be raised
plot
Raises: Invalid dataframe specified
Raises: Dataframe is empty
Raises: No numeric columns present in the dataframe
Raises: Features must not include missing data
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.