Display All Plots from Multiple Scores Plots Object

display_AllPlots(
  multi_plots_obj,
  arrange = TRUE,
  include_scree = TRUE,
  ncol = 2,
  nrow = NULL
)

Arguments

multi_plots_obj

Object returned from perform_PCA()

arrange

Logical. If TRUE, attempts to arrange plots in a grid using patchwork (if available). If FALSE or patchwork unavailable, prints plots individually. Default: TRUE.

include_scree

Logical. Whether to include the scree plot in the display. Default: TRUE.

ncol

Number of columns in the plot arrangement (default: 2)

nrow

Number of rows in the plot arrangement (default: NULL, auto-calculated)