Learn R Programming

smoof (version 1.6.0.3)

isVectorized: Checks whether the given function accept “vectorized” input.

Description

Checks whether the given function accept “vectorized” input.

Usage

isVectorized(fn)

Value

[logical(1)]

Arguments

fn

[smoof_function]
Objective function.