When cumulative explained variance exceeds variance_cap, remaining principle components will be ignored. Set variance_cap to 1 for all principle components.
Discrete features containing more categories than maxcat specifies will be ignored.
To change default font family and size, you may pass base_size and base_family to ggtheme options, e.g., ggtheme = theme_gray(base_size = 15, base_family = "serif")
theme_config argument expects all inputs to be wrapped in a list object, e.g., to change the text color: theme_config = list("text" = element_text(color = "blue"))