pl.3smoothtxt {YRmisc} | R Documentation |
Generate a scatter plot with text overlay, with a smooth curve fitted by loess.
pl.3smoothtxt(x,y,txt,ce)
x |
: a numeric vector |
y |
: a numeric vector |
txt |
: a vector used as labels |
ce |
: text size, which default is set as 0.5 |
pl.3smoothtxt(mtcars[,1], mtcars[,3], row.names(mtcars))