comp_lin_eval | R Documentation |
Constructs the linearisation mapper for each component
comp_lin_eval(...)
## S3 method for class 'component'
comp_lin_eval(component, input = NULL, state = NULL, ..., options = NULL)
## S3 method for class 'component_list'
comp_lin_eval(components, input, state, ..., options = NULL)
... |
Optional parameters passed on to |
component |
A component. |
input |
Component inputs, from |
state |
linearisation evaluation state |
options |
A |
A bru_mapper_taylor
or comp_simple_list
object.
Finn Lindgren finn.lindgren@gmail.com
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.