# NOT RUN {
a <- rnorm(10000)
b <- a^2+10
df<-data.frame(a, b)
scatterplot_ple(df, colNameX="a", colNameY="b", conf_level_66=0)
scatterplot_ple(df, colNameX="a", colNameY="b",
conf_level_66=13, conf_level_95=16.5, conf_level_99=20)
# }
Run the code above in your browser using DataLab