regressoR (version 1.1.8)

default_disp: default_disp

Description

default_disp

Usage

default_disp(data = "datos", vars = NULL, color = "#FF0000AA")

Arguments

data

the name of the current data.

vars

a vector of length 2 or 3 with the names of the variables for the graph.

color

the color of the dots on the chart.

Examples

Run this code
# 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