Learn R Programming

simsem (version 0.2-8)

checkInputValue: Check the value argument in the matrix, symmetric matrix, or vector objects

Description

Check the value argument in the matrix, symmetric matrix, or vector objects constructors (simMatrix, symMatrix, and simVector) and provide back the appropriate text, which can be evaluated later directly. The checkInputValue function is used for a single value. The checkInputValueVector function is used for multiple values.

Usage

checkInputValue(txt)
checkInputValueVector(txt)

Arguments

txt
The value that is fed in the constructors

Value

  • The appropriate text of code that can be evaluated later

See Also

The other functions that used this function: simMatrix, symMatrix, simVector, and adjust

Examples

Run this code
# No example

Run the code above in your browser using DataLab