# Create data
dt = AutoPlots::FakeDataGenerator(N = 100000)
# Create plot
AutoPlots::Plot.Parallel(
dt = dt,
SampleSize = 1000,
CorrVars = c("Independent_Variable3",
"Independent_Variable4",
"Independent_Variable5",
"Independent_Variable6",
"Independent_Variable7"),
FacetRows = 1,
FacetCols = 1,
FacetLevels = NULL,
PreAgg = FALSE,
Height = NULL,
Width = NULL,
Title = "Parallel Plot",
ShowLabels = FALSE,
Title.YAxis = NULL,
Title.XAxis = NULL,
EchartsTheme = "macarons",
MouseScroll = TRUE,
TextColor = "black",
title.fontSize = 22,
title.fontWeight = "bold",
title.textShadowColor = '#63aeff',
title.textShadowBlur = 3,
title.textShadowOffsetY = 1,
title.textShadowOffsetX = -1,
yaxis.fontSize = 14,
xaxis.fontSize = 14,
Debug = FALSE)
Run the code above in your browser using DataLab