beautify_rule | R Documentation |
Replaces consecutive "&"
s and "|"
s in a string to a single "&"
and "|"
.
beautify_rule(rule)
rule |
A string containing positive integers, parentheses, and |
Applied to domain$rule
if domain$type == "polynomial"
.
A string with extra "&"
s and "|"
s removed.
beautify_rule("(1 & 2 && 3 &&& 4) | 5 || 6 ||| 7")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.