Scatterplot: Quartile-Frame Scatterplot

Description Usage Arguments Examples

Description

Plots a scatterplot with a custom axis that acts as a quartile plot (quartile-frame). Inspired by The Visual Display of Quantitative Information by Edward R. Tufte.

Usage

1

Arguments

x, y

aesthetics passed into each layer variables # @param data data frame to use (optional).

...

additional arguments.

Examples

1
2
3
4
5
with(mtcars, Scatterplot(x = wt, y = mpg,
main = "Vehicle Weight-Gas Mileage Relationship",
xlab = "Vehicle Weight",
ylab = "Miles per Gallon",
font.family = "serif") )

SciencesPo documentation built on May 29, 2017, 9:28 p.m.