DistriSum: Generate distribution plot and summary

View source: R/DataExploreFunc.R

DistriSumR Documentation

Generate distribution plot and summary

Description

Generate distribution plot and summary

Usage

DistriSum(x, outDir = NULL, colCalss = FALSE, maxLevel = 10, ...)

Arguments

x

Input data ML.data

outDir

Path to directory to save the plot and table. If it is specified, the plots will be saved. Default is NULL

maxLevel

A number to specify the max number of categories for categorical data.

...

Parameters in getData

colClass

A boolen. If it is TRUE, the ditribution will colored by Classes. Default is FALSE.

Value

plots and summary for continuous variable and catergorical variables.

Examples

DistriSum(x)


lijingya/MLTools documentation built on Dec. 5, 2024, 6:36 a.m.