bivarrugplot: Plots the bivariate relationship between two measures and a...

Description Usage Arguments Value Author(s) Examples

Description

Returns a plot of the bivariate relationship between two measures with a rugplot for each measure.

Usage

1

Arguments

x

A vector.

y

A vector.

data

A data frame.

Value

A plot of the bivariate relationship between two measures with a rugplot for each measure.

Author(s)

Charles Crabtree ccrabtr@umich.edu

Examples

1
2
3
4
a <- runif(1000, min = 0, max = 1)
b <- a + rnorm(1000, mean = 0, sd = 1)
data <- data.frame(a, b)
bivarrugplot("a", "b", data)

cdcrabtree/plotrr documentation built on May 13, 2019, 2:20 p.m.