scatterhist: This generates a scatter plot histogram.

View source: R/scatterhist.R

scatterhistR Documentation

This generates a scatter plot histogram.

Description

This generates a scatter plot histogram.

Usage

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

Arguments

x

An object

y

An object

xlab

A label

ylab

A label

Value

A scatter plot histogram based on two given parameters and their respective labels.

Examples

## Not run: scatterhist(ddt$LENGTH, ddt$WEIGHT, xlab = "Length", ylab = "Weight")


treyhille/MATH4753.0231 documentation built on May 3, 2022, 8:25 p.m.