powered by
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.
fplot3(x,y,txt)
: a numeric vector
: a vector used as labels
# NOT RUN { fplot3(mtcars[,1], mtcars[,3], row.names(mtcars)) # }
Run the code above in your browser using DataLab