pl.coplot: Scatter plot of x and y divided by z

Description Usage Arguments Examples

View source: R/pl.coplot.R

Description

Generate 4 scatter plots of x and y divided by variable z, with a fitted line using a simple linear regression method.

Usage

1
pl.coplot(x,y,z,varN)

Arguments

x

:x-axis value

y

:y-axis value

z

:classification variable used to condition plots based on ascending values of z

varN

:variable name of z

Examples

1
pl.coplot(mtcars[,1], mtcars[,3], mtcars[,4], "hp")

YRmisc documentation built on March 25, 2020, 5:13 p.m.

Related to pl.coplot in YRmisc...