EvalInterval.function: eval function and cast result to a list of y, y_low, y_up...

View source: R/function.R

EvalInterval.functionR Documentation

eval function and cast result to a list of y, y_low, y_up (possibly NA)

Description

eval function and cast result to a list of y, y_low, y_up (possibly NA)

Usage

EvalInterval.function(fun, X, vectorized = FALSE, dim = ncol(X))

Arguments

fun

function to evaluate

X

matrix of input values for fun

vectorized

whether fun is vectorized or not

dim

dimension of input values for fun if

Value

list of y, y_low, y_up


IRSN/DiceView documentation built on Dec. 28, 2024, 11:07 a.m.