EDA_Histograms: EDA_Histograms

View source: R/EDAFunctions.R

EDA_HistogramsR Documentation

EDA_Histograms

Description

Creates histograms

Usage

EDA_Histograms(
  data = NULL,
  PlotColumns = NULL,
  SampleCount = 1e+05,
  SavePath = NULL,
  FactorCountPerPlot = 10,
  AddDensityLine = FALSE,
  PrintOutput = FALSE,
  Size = 12,
  AngleX = 35,
  AngleY = 0,
  ChartColor = "lightsteelblue1",
  BorderColor = "darkblue",
  TextColor = "darkblue",
  GridColor = "white",
  BackGroundColor = "gray95",
  LegendPosition = "bottom"
)

Arguments

data

Input data.table

PlotColumns

Default NULL. If NULL, all columns will be plotted (except date cols). Otherwise, supply a character vector of columns names to plot

SampleCount

Number of random samples to use from data. data is first shuffled and then random samples taken

SavePath

Output file path to where you can optionally save pdf

FactorCountPerPlot

Default 10

AddDensityLine

Set to TRUE to add a density line to the plots

PrintOutput

Default FALSE. TRUE will print results upon running function

Size

Default 12

AngleX

Default 35

AngleY

Default 0

ChartColor

Default "lightsteelblue1"

BorderColor

Default "darkblue"

TextColor

Default "darkblue"

GridColor

Default "white"

BackGroundColor

Default "gray95"

LegendPosition

Default "bottom"

Author(s)

Adrian Antico

See Also

Other EDA: AutoWordFreq(), PlotGUI(), ScatterCopula(), UserBaseEvolution()


AdrianAntico/RemixAutoML documentation built on Feb. 3, 2024, 3:32 a.m.