display_AllPlots.RdDisplay All Plots from Multiple Scores Plots Object
display_AllPlots(
multi_plots_obj,
arrange = TRUE,
include_scree = TRUE,
ncol = 2,
nrow = NULL
)Object returned from perform_PCA()
Logical. If TRUE, attempts to arrange plots in a grid using patchwork (if available). If FALSE or patchwork unavailable, prints plots individually. Default: TRUE.
Logical. Whether to include the scree plot in the display. Default: TRUE.
Number of columns in the plot arrangement (default: 2)
Number of rows in the plot arrangement (default: NULL, auto-calculated)