Closed childsish closed 2 years ago
See 'if' statement on lines 28-31:
if (length(var) < 7 & length(var) > 2) cols <- RColorBrewer::brewer.pal(length(var), "Pastel1") if (length(var) > 7) cols <- RColorBrewer::brewer.pal(length(var), "Set3")
Already fixed by pull request #6
Correction: Previous pull request fixed error in plot_functions_explore.R not plot_functions_results.R. Issue still exists.
plot_functions_explore.R
plot_functions_results.R
Package no longer maintained.
See 'if' statement on lines 28-31: