scatterhist: Title Scatter Histogram

View source: R/scatterhist.R

scatterhistR Documentation

Title Scatter Histogram

Description

Title Scatter Histogram

Usage

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

Arguments

x

vector

y

vector

xlab

string

ylab

string

Examples

scatterhist(c(1,5,8,7),c(7,2,9,3),"x-axis","y-axis")

miguelrh45/MATH4753rund0006 documentation built on May 3, 2022, 7:36 p.m.