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

check_inputR Documentation

Internal function used to check the validity of inputs.

Description

Internal function used to check the validity of inputs.

Usage

check_input(x)

## Default S3 method:
check_input(x)

## S3 method for class 'numeric'
check_input(x)

## S3 method for class 'double'
check_input(x)

## S3 method for class 'matrix'
check_input(x)

## S3 method for class 'xts'
check_input(x)

## S3 method for class 'tbl_df'
check_input(x)

Arguments

x

Any object passed to other functions in the package.

Value

A matrix


ffp documentation built on Sept. 29, 2022, 5:10 p.m.