pl.3txt: Scatter plot with text overlay

Description Usage Arguments Examples

View source: R/pl.3txt.R

Description

Generate a scatter plot with text overlay. This plot is to better show the effect of the text variable in the domain of x and y variable.

Usage

1
pl.3txt(x,y,txt,title)

Arguments

x

:a numeric vector

y

:a numeric vector

txt

:a vector used as labels

title

:title of the graph

Examples

1
pl.3txt(mtcars[,1], mtcars[,3], row.names(mtcars),"mpg v. cyl")

Example output



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

Related to pl.3txt in YRmisc...