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

PMmisc documentation built on May 1, 2019, 9:57 p.m.

Related to pl.coplot in PMmisc...