Learn R Programming

ffp (version 0.2.2)

check_input: Internal function used to check the validity of inputs.

Description

Internal function used to check the validity of inputs.

Usage

check_input(x)

# S3 method for default check_input(x)

# S3 method for numeric check_input(x)

# S3 method for double check_input(x)

# S3 method for matrix check_input(x)

# S3 method for xts check_input(x)

# S3 method for tbl_df check_input(x)

Value

A matrix

Arguments

x

Any object passed to other functions in the package.