powered by
Generate a scatter plot with text overlay, with a smooth curve fitted by loess.
fplot3ss(x,y,txt,ce)
: a numeric vector
: a vector used as labels
: text size, which default is set as 0.5
# NOT RUN { fplot3ss(mtcars[,1], mtcars[,3], row.names(mtcars)) # }
Run the code above in your browser using DataLab