dot_dash_plot: Dot-dash (or rug) scatterplot

Description Usage Arguments Examples

View source: R/plotting_utilities.R

Description

As in page 14 of "The Visual Display of Quantitative Information" by E.R. Tufte

Usage

1
dot_dash_plot(data_in, xname, yname, xlab = NULL, ylab = NULL)

Arguments

data_in

Dataframe in

xname

Name of the column for the X axis

yname

Name of the column for the Y axis

xlab

Title of the X axis, default NULL

ylab

Title of the Y axis, default NULL

Examples

1
dot_dash_plot(iris, "Sepal.Width", "Petal.Length", "Sepal Length" , "Petal Length")

alesaccoia/alexr documentation built on Dec. 19, 2021, 12:26 a.m.