s2bak.truncate | R Documentation |
Truncate provided numerical values based on a defined minimum and maximum cutoff. Used in fit.bak and predict.bak.
s2bak.truncate(x, min = NA, max = NA)
x |
Numerical values to truncate |
min |
Minimum value to truncate, where |
max |
Maximum value to truncate, where |
Truncated x values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.