scatterhist: Scatter histogram

View source: R/scatterhist.R

scatterhistR Documentation

Scatter histogram

Description

Scatter histogram

Usage

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

Arguments

x

x variable as a vector

y

y variable as a vector

xlab

x label

ylab

y labe

Value

a plot

Examples

## Not run: with(ddt, scatterhist(LENGTH,WEIGHT, xlab="LENGTH"))

robbyfrost/math4753 documentation built on May 4, 2022, 8:06 a.m.