View source: R/funContinuous.R
makeSpotFunList | R Documentation |
Generate a list of spot functions
makeSpotFunList(vector2Matrix = TRUE)
vector2Matrix |
logical. Convert vector input to matrix.
Default: TRUE, so it can be used with |
list of functions
fr <- makeSpotFunList() optim(c(-1.2,1), fr[[1]])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.