regressoR (version 1.1.7)

def_code_num: def_code_num

Description

def_code_num

Usage

def_code_num(data = "datos", variable, color = "red")

Arguments

data

the name of the current data.

variable

the name of the variable for the numerical distribution chart.

color

the color of the chart.

Examples

Run this code
# NOT RUN {
x <- def_code_num('iris', 'Petal.Length')
exe(x)

# }

Run the code above in your browser using DataCamp Workspace