checkTypesOfInput: Check Input Types

View source: R/initialInputCheck.R

checkTypesOfInputR Documentation

Check Input Types

Description

Creates an error message if any of the input types are not numeric even though they are configured to be numeric

Usage

checkTypesOfInput(x, lower, upper, control)

Arguments

x

is an optional start point (or set of start points), specified as a matrix. One row for each point, and one column for each optimized parameter.

lower

is a vector that defines the lower boundary of search space. This determines also the dimensionality of the problem.

upper

is a vector that defines the upper boundary of search space.

control

is a list with control settings for spot. See spotControl.


SPOT documentation built on June 26, 2022, 1:06 a.m.