View source: R/tsqca_config_chart.R
| parse_solution_terms | R Documentation |
Splits a solution expression (ORed terms) into individual prime implicants.
parse_solution_terms(expr)
expr |
Character. Solution expression (e.g., "X3 + X1*X2"). |
Character vector of terms (e.g., c("X3", "X1*X2")), or NULL if no valid expression.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.