check_vector_equal_length_or_one: A function that checks, if the 'checkVector' has either equal...

Description Usage Arguments Value

View source: R/inputchecker.R

Description

A function that checks, if the 'checkVector' has either equal length as the 'refVector' or is of length 1.

Usage

1
check_vector_equal_length_or_one(checkVector, refVector)

Arguments

checkVector

The vector to be checked.

refVector

The reference vector.

Value

The boolean value TRUE, if the 'checkVector' has either equal length as the 'refVector' or is of length 1.


KonstantinRK/tempnetwork documentation built on Dec. 23, 2019, 6:40 p.m.