View source: R/Source_Parameters_and_Simulation.R
CheckMinMaxInt | R Documentation |
Checks whether values that should be integers are and ensures that are within the correct range.
CheckMinMaxInt(value, valueName, min = 0, max = 1, maxed = FALSE, int = TRUE)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.