| convert_pow_impl | R Documentation |
Translates base**exponent to pow(base, exponent) in each
element of code, handling arbitrarily nested expressions.
Numeric literals are preserved exactly as written. A trailing semicolon
is preserved if present.
convert_pow_impl(code, block)
code |
Character vector of source lines. |
block |
Name of the model block, included in the warning message. |
Character vector with ** replaced by pow().
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.