plotSummaryStats: Plot Summary Stats

View source: R/plotSummaryStats.R

plotSummaryStatsR Documentation

Plot Summary Stats

Description

Plot the mean against the standard deviation of each feature with marginal histograms.

Usage

plotSummaryStats(x, main = NULL, xlab = "Mean", ylab = "Standard deviation")

Arguments

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")

Value

A scatter plot of the Mean vs the Standard deviaiton of each feature of x annotated by marginal histograms. A ggExtra object.


stcolema/mdiHelpR documentation built on July 28, 2024, 5:41 a.m.