pl.3txt {YRmisc} | R Documentation |
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.
pl.3txt(x,y,txt,title)
x |
:a numeric vector |
y |
:a numeric vector |
txt |
:a vector used as labels |
title |
:title of the graph |
pl.3txt(mtcars[,1], mtcars[,3], row.names(mtcars),"mpg v. cyl")