Displays 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"))

Arguments

result

Sweep result augmented by compute_fiss_core.

thr_key

Character or numeric. Threshold key (e.g., "7" or 7).

language

Character. "en" or "ja".

Value

Invisibly returns the classification data frame for thr_key.

Examples

if (FALSE) { # \dontrun{
res_fiss <- compute_fiss_core(res)
print_fiss_summary(res_fiss, thr_key = "7")
} # }