Helper for standard plots
Plot.StandardPlots(
dt = NULL,
PreAgg = FALSE,
PlotType = "Scatter",
SampleSize = 100000L,
AggMethod = "mean",
NumberBins = 30,
YVar = NULL,
DualYVar = NULL,
XVar = NULL,
ZVar = NULL,
GroupVar = NULL,
YVarTrans = NULL,
DualYVarTrans = NULL,
XVarTrans = NULL,
ZVarTrans = NULL,
FacetRows = 1,
FacetCols = 1,
FacetLevels = NULL,
Height = NULL,
Width = NULL,
EchartsTheme = "dark-blue",
MouseScroll = FALSE,
TimeLine = FALSE,
Title = NULL,
ShowLabels = FALSE,
Title.YAxis = NULL,
Title.XAxis = NULL,
NumLevels_Y = 75,
NumLevels_X = 40,
TextColor = "white",
FontSize = 14,
Debug = FALSE
)
plot
source data.table
FALSE
character
character
character
For histograms
Y-Axis variable name
Secondary Axis for Line, Step, and Area plots
X-Axis variable name
Z-Axis variable name
Character variable variable
"Asinh", "Log", "LogPlus1", "Sqrt", "Asin", "Logit", "PercRank", "Standardize", "BoxCox", "YeoJohnson"
"Asinh", "Log", "LogPlus1", "Sqrt", "Asin", "Logit", "PercRank", "Standardize", "BoxCox", "YeoJohnson"
"Asinh", "Log", "LogPlus1", "Sqrt", "Asin", "Logit", "PercRank", "Standardize", "BoxCox", "YeoJohnson"
"Asinh", "Log", "LogPlus1", "Sqrt", "Asin", "Logit", "PercRank", "Standardize", "BoxCox", "YeoJohnson"
Defaults to 1 which causes no faceting to occur vertically. Otherwise, supply a numeric value for the number of output grid rows
Defaults to 1 which causes no faceting to occur horizontally. Otherwise, supply a numeric value for the number of output grid columns
Faceting rows x columns is the max number of levels allowed in a grid. If your GroupVar has more you can supply the levels to display.
NULL or valid css unit
NULL or valid css unit
"auritus","azul","bee-inspired","blue","caravan","carp","chalk","cool","dark-bold","dark","eduardo", #' "essos","forest","fresh-cut","fruit","gray","green","halloween","helianthus","infographic","inspired", #' "jazz","london","dark","macarons","macarons2","mint","purple-passion","red-velvet","red","roma","royal", #' "sakura","shine","tech-blue","vintage","walden","wef","weforum","westeros","wonderland"
logical, zoom via mouse scroll
character
character
character
character
character
Numeric
Numeric
character
numeric
Debugging purposes
Adrian Antico
Other Auto Plotting:
Plots.ModelEvaluation()