Description Usage Arguments Value
construct wrapper fnArchiveF
for a function fn
1 | fnArchiveFactory(fn)
|
fn |
function with vector argument x, should return a vector (obj,g1,g2,...,gn) |
fnArchiveF
, a function which is a wrapper for fn
and stores as a side effect the argument x and
the return value of fn
in soluArchive and funcArchive, resp. These archives can be
retrieved at any time with
(environment(fnArchiveF))$getSoluArchive()
and
(environment(fnArchiveF))$getFuncArchive()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.