regressoR (version 1.1.7)

numerical_distribution: numerical_distribution

Description

makes the graph of the numerical distribution.

Usage

numerical_distribution(var, var.name, color)

Arguments

var

a vector with the data for the numerical distribution chart.

var.name

the name of the variable.

color

the color of the chart.

Examples

Run this code
# NOT RUN {
numerical_distribution(iris[,'Sepal.Length'], 'Sepal.Length', 'red')

# }

Run the code above in your browser using DataCamp Workspace