scatterhist: A function for making a scatter histogram graph

Description Usage Arguments Value Examples

View source: R/scatterhist.R

Description

A function for making a scatter histogram graph

Usage

1
scatterhist(x, y, xlab = "", ylab = "")

Arguments

x

The independent variable

y

The dependent variable

xlab

The x-axis label

ylab

The y-axis label

Value

A histogram made from barplots

Examples

1
## Not run: scatterhist(150, 300, "X Label", "Y Label")

jndaniel12/MATH4753DANIEL documentation built on April 25, 2021, 1:47 a.m.