DtrellHist: Dynamic Trellising (Histogram)

Description Usage Arguments Value Author(s) Examples

View source: R/DtrellHist.R

Description

A manipulative app that facilitates exploration of the distribution of a single numerical variable, conditioned upon the values of either a numerical variable or a factor.

Usage

1

Arguments

form

a formula of the form ~var|cond. var must be numeric; cond may be either numeric or factor.

data

A data frame from var and cond are drawn.

Value

Graphical output.

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
## Not run: 
if (require(manipulate)) DtrellHist(~dist|speed,data=cars) 

## End(Not run)

tigerstats documentation built on July 2, 2020, 2:32 a.m.