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"))

kennysoup/mypackage documentation built on May 2, 2022, 12:14 a.m.