Description Usage Arguments Value
Given to functions f
and g
, returns the area the squared
differences between f
and g
in the integration limits
lower
and upper
.
1 | seSymbolic(f, g, lower, upper, subdivisions = 100)
|
f |
An R function. |
g |
An R function with the same formal arguments as |
lower |
The lower limit of integraion. |
upper |
The upper limit of integraion. |
subdivisions |
The maximum number of subintervals for numeric integration. |
The area of the squared differences between f
and g
, or
Inf
if integration is not possible in the limits given.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.