powered by
default_disp
default_disp(data = "datos", vars = NULL, color = "#FF0000AA")
the name of the current data.
a vector of length 2 or 3 with the names of the variables for the graph.
the color of the dots on the chart.
# NOT RUN { library(scatterplot3d) x <- default_disp('iris', c('Sepal.Length', 'Sepal.Width')) exe(x) x <- default_disp('iris', c('Sepal.Length', 'Sepal.Width', 'Petal.Length')) exe(x) # }
Run the code above in your browser using DataLab