normalSampHist2: Plot histograms for two samples drawn from Normal...

Description Usage Arguments Details Value Author(s)

Description

Plot a pair of histograms.

Usage

1
2
normalSampHist2(mn1, sd1, n1, mn2, sd2, n2, binwidth = mean(c(sd1, sd2))/2,
  stack = FALSE, aspect = 2/5)

Arguments

mn1

Mean for sample 1

sd1

SD for sample 1

n1

N for sample 1

mn2

Mean for sample 2

sd2

SD for sample 2

n2

N for sample 2

binwidth

binwidth for histogram

stack

stack plots vertically or no; defaults to FALSE (side-by-side plots)

aspect

set aspect ratio of plot; defaults to 2/5

Details

Plot histograms of two samples drawn from different Normal distributions, given Mean, SD and N for each.

Value

used for side-effect of creating a plot

Author(s)

Dave Braze davebraze@gmail.com


davebraze/FDB1 documentation built on May 14, 2019, 8:59 p.m.