# NOT RUN {
## Create an interactive Scatter plot in a temporal directory of your local machine
## Live examples on https://rjsplot.usal.es
if(interactive()){
# Scatter plot creation
scatterplot_rjs(iris$Sepal.Width, iris$Sepal.Length,
abline.x = c(3.4,3.8), abline.y = c(5.8,7),
col = iris$Species, pch = as.numeric(iris$Species), id = iris$Species,
xlab = "Sepal Width (cm)", ylab = "Sepal Length (cm)")
}
# }
Run the code above in your browser using DataLab