Learn R Programming

SPOT (version 2.0.3)

funSphere: Sphere Test Function

Description

Sphere Test Function

Usage

funSphere(x)

Arguments

x

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

Value

1-column matrix with resulting function values

Examples

Run this code
# NOT RUN {
funSphere(matrix(runif(18),,3))
# }

Run the code above in your browser using DataLab