CheckMinMaxInt: Check Min/Max/Int

View source: R/Source_Parameters_and_Simulation.R

CheckMinMaxIntR Documentation

Check Min/Max/Int

Description

Checks whether values that should be integers are and ensures that are within the correct range.

Usage

CheckMinMaxInt(value, valueName, min = 0, max = 1, maxed = FALSE,
  int = TRUE)

Arguments

value

the user defined parameter

valueName

the name of the value being checked

min

minumum value for a feature

max

maximum value value for a feature

maxed

whether a value has a maximum

int

whether a value is an integer


NeuroBio/SEM_R_Package documentation built on April 24, 2022, 5:54 p.m.