Learn R Programming

SPOT (version 2.11.10)

funBranin: funBranin (No. 1)

Description

Branin Test Function

Usage

funBranin(x)

Arguments

x

matrix of points to evaluate with the function. Rows for points and columns for dimension.

Value

1-column matrix with resulting function values

Examples

Run this code
# NOT RUN {
x1 <- matrix(c(-pi, 12.275),1,)
funBranin(x1)

# }

Run the code above in your browser using DataLab