Learn R Programming

mosaic (version 0.3-13)

createMosaicFunction: Internal function for handling formula-based expressions

Description

createMosaicFunction processes an expression and assignments to produce an object containing function and other information used by D, antiD, and plotFun

Usage

createMosaicFunction(sexpr = NULL, ...)

Arguments

sexpr
a formula containing a mathematical expression. The left-hand side has the expression, the right side contains the variables
...
additional assignments giving default values to symbolic parameters.

Value

  • an object that contains a function as well as information about the function needed for plotting, etc.

Details

This is not actually being used and is slated for deprecation in the near future.

createModaicFunction underlies was going to be used to to undrly user functions such as makeFun, plotFun, and D, but it looks like we have another solution for this coming.