check_input | R Documentation |
Internal Functions to check the consistency of input arguments.
check_input(x) ## Default S3 method: check_input(x) ## S3 method for class 'numeric' check_input(x) ## S3 method for class 'matrix' check_input(x) ## S3 method for class 'xts' check_input(x) ## S3 method for class 'data.frame' check_input(x) ## S3 method for class 'tbl' check_input(x)
x |
A vector, a matrix, a xts or a tibble object. |
A matrix object.
#
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.