View source: R/plotSingleDimFunction.R
plotSingleDimFunction | R Documentation |
Plot a single dimensional Function
plotSingleDimFunction(evalFun, lower, upper, target)
evalFun |
function to be plotted. The function should either be able to take two vectors or one matrix specifying sample locations. i.e. |
lower |
boundary for x1 and x2 (defaults to |
upper |
boundary (defaults to |
target |
String, which type of uncertainty estimation should be plotted? default: NULL - no estimation plotted. 's' standard estimation. 'sLinear' linearly adapted estimation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.