powered by
Explore all variables of a dataset (create plots)
explore_all(data, n, target, ncol = 2, targetpct, split = TRUE)
Plot
A dataset
Weights variable (only for count data)
Target variable (0/1 or FALSE/TRUE)
Layout of plots (number of columns)
Plot variable as target% (FALSE/TRUE)
Split by target (TRUE|FALSE)
explore_all(iris) iris$is_virginica <- ifelse(iris$Species == "virginica", 1, 0) explore_all(iris, target = is_virginica)
Run the code above in your browser using DataLab