R/tsqca_fiss_core.R
print_fiss_summary.RdDisplays which conditions are core and which are peripheral at a given threshold, in a human-readable format.
print_fiss_summary(result, thr_key = NULL, language = c("en", "ja"))Sweep result augmented by compute_fiss_core.
Character or numeric. Threshold key (e.g., "7" or 7).
Character. "en" or "ja".
Invisibly returns the classification data frame for thr_key.
if (FALSE) { # \dontrun{
res_fiss <- compute_fiss_core(res)
print_fiss_summary(res_fiss, thr_key = "7")
} # }