# NOT RUN {
## Creates a density plot in a temporal directory of your local machine
## Live examples on https://rjsplot.usal.es
if(interactive()){
## Generate test input data
data <- data.frame(Uni05 = (1:100)/21, Norm = rnorm(100), `5T` = rt(100, df = 5),
Gam2 = rgamma(100, shape = 2))
# Create the density plot
densityplot_rjs(data, "x", "y")
}
# }
Run the code above in your browser using DataLab