View source: R/tsqca_config_chart.R
| generate_threshold_level_chart | R Documentation |
Creates a configuration chart where each column represents one threshold, showing all conditions that appear in any configuration at that threshold.
generate_threshold_level_chart(sum_df, conditions, symbols, language = "en")
sum_df |
Data frame. Summary data frame from sweep results. |
conditions |
Character vector. Condition names for row ordering. |
symbols |
List. Symbol set (present, absent) for the chart. |
language |
Character. Language for labels ("en" or "ja"). |
Character string containing Markdown-formatted table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.