View source: R/tsqca_fiss_core.R
| print_fiss_summary | R Documentation |
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"))
result |
Sweep result augmented by |
thr_key |
Character or numeric. Threshold key (e.g., "7" or 7). |
language |
Character. |
Invisibly returns the classification data frame for thr_key.
## Not run:
res_fiss <- compute_fiss_core(res)
print_fiss_summary(res_fiss, thr_key = "7")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.