View source: R/plotSummaryStats.R
plotSummaryStats | R Documentation |
Plot the mean against the standard deviation of each feature with marginal histograms.
plotSummaryStats(x, main = NULL, xlab = "Mean", ylab = "Standard deviation")
x |
data.frame of interest |
main |
title of the plot (default is NULL). |
xlab |
label for x-axis in plot (default is "Mean") |
ylab |
label for y-axis in plot (defualt is "Standard deviation") |
A scatter plot of the Mean vs the Standard deviaiton of each feature of x annotated by marginal histograms. A ggExtra object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.