powered by
Generate 4 scatter plots of x and y divided by variable z, with a fitted line using a robust linear regression method.
fcoplot(x,y,z,varN)
:x-axis value
:y-axis value
:classification variable used to divided x and y
:variable name of z
# NOT RUN { fcoplot(mtcars[,1], mtcars[,3], mtcars[,4], "hp") # }
Run the code above in your browser using DataLab