differentiation_rules: Rules for differentiation

Description Arguments Details Examples

Description

Each _rule function checks the input expression for a particular kind of structure. If that structure is found, the function returns an expression for the derivative. But if the pattern sought is not found, the function returns FALSE.

Arguments

X

an R expression such as a*x + b

Details

Currently, these differentiate with respect to x

Examples

1
2
3
x_rule(x)
axb_rule(x)
axb_rule(a*x + 7)

dtkaplan/mosaicUSAFA documentation built on Aug. 21, 2021, 10:37 p.m.