Learn R Programming

smoof (version 1.7.0)

isVectorized: Checks whether the given function accepts “vectorized” input

Description

Checks whether the given function accepts “vectorized” input

Usage

isVectorized(fn)

Value

[logical(1)]

TRUE if the function accepts vectorized input, FALSE otherwise.

Arguments

fn

[smoof_function]
Objective function.