Learn R Programming

funModeling (version 1.6.6)

plot_num: Plotting numerical data

Description

Retrieves one plot containing all the histograms for numerical variables. NA values will not be displayed.

Usage

plot_num(data, bins = 10)

Arguments

data

data frame

bins

number of bars (bins) to plot each histogram, 10 by default

Value

plot containing all numerical variables

Examples

Run this code
# NOT RUN {
plot_num(mtcars)
# }

Run the code above in your browser using DataLab