powered by
Generate a scatter plot with text overlay, with a smooth curve fitted by loess.
pl.3smoothtxtgg(x,y,txt,size,title,xlab,ylab)
:a numeric vector
:a vector used as labels
:text size, which default is set as 3
:graph title
:x-axis label
:y-axis label
# NOT RUN { pl.3smoothtxtgg(mtcars[,1], mtcars[,3], row.names(mtcars), 3, "MPG v. DISP","mpg","disp") # }
Run the code above in your browser using DataLab