print_fiss_summary: Print Fiss core/peripheral summary for a single threshold

View source: R/tsqca_fiss_core.R

print_fiss_summaryR Documentation

Description

Displays which conditions are core and which are peripheral at a given threshold, in a human-readable format.

Usage

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

## Not run: 
res_fiss <- compute_fiss_core(res)
print_fiss_summary(res_fiss, thr_key = "7")

## End(Not run)

ThSQCA documentation built on Sept. 26, 2026, 5:07 p.m.