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 label

Value

A sophisticated plot

Examples

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


TheShortPerson/MATH4753shor0035 documentation built on April 29, 2022, 4:39 a.m.