pl.3txt {YRmisc} | R Documentation |
Scatter plot with text overlay
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
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
pl.3txt(mtcars[,1], mtcars[,3], row.names(mtcars),"mpg v. cyl")
[Package YRmisc version 0.1.6 Index]