Importance is currently based on the PRISM filter model. For elastic net (filter_glmnet). variables with non-zero coefficients are shown. For random forest variable importance (filter_ranger), variables are sorted by their p-values, and "top_n" will show only the "top_n" most importance variables (based on p-values).
plot_importance(object, top_n = NULL, ...)
PRISM object
Show top_n variables only, default=NULL (show all)
Additional arguments (currently ignored).
Plot (ggplot2) object