xHasEnoughValues: Check for enough values.

View source: R/RVCompare.R

xHasEnoughValuesR Documentation

Check for enough values.

Description

This function checks if there are at least minRequiredValues values in the introduced vector.

Usage

xHasEnoughValues(X, minRequiredValues)

Arguments

X

the array with the values.

minRequiredValues

the minimum number values required to return TRUE.

Value

Returns TRUE if the values are OK. FALSE, if there are not enough values.

Examples

xHasEnoughValues(c(1,2,2,3,1,5,8,9,67,8.5,4,8.3), 6)

RVCompare documentation built on Aug. 21, 2023, 5:13 p.m.