DtrellScat: Dynamic Trellising (Scatterplot)

Description Usage Arguments Value Author(s) Examples

View source: R/DtrellScat.R

Description

An app to facilitate exploration of the relationship between two numerical variables, conditional upon the values of a third variable.

Usage

1

Arguments

form

A formula of the form y~x|c. All three variables in the formula should be from the data frame data. c May be a factor or numerical.

data

A data frame.

Value

Graphical and numerical output.

Author(s)

Homer White hwhite0@georgetowncollege.edu

Examples

1
2
3
4
## Not run: 
if (require(manipulate)) DtrellScat(sat~salary|frac,data=sat)

## End(Not run)

homerhanumat/tigerstats documentation built on Sept. 27, 2020, 3:21 a.m.