testNumerics: Test lists for different properties of numerics.

Description Usage Arguments

View source: R/utilityFunctions.R

Description

Test all elements of a list if they are numeric, positive numbers, integers or proportions (range 0-1)

Usage

1
testNumerics(numbers, positives = NULL, integers = NULL, proportions = NULL)

Arguments

numbers

List whose elements are tested for being numeric

positives

List whose elements are tested for being positive numbers

integers

List whose elements are tested for being integers

proportions

List whose elements are tested for being proportions between 0 and 1


HannahVMeyer/PhenotypeSimulator documentation built on July 19, 2021, 7:41 a.m.