trunc | R Documentation |
trunc
trunc(data, min_value)
data |
The input variable which will be altered if less than the threshold |
min_value |
the threshold which the input below it will be set to zero |
returns zero if the "data" is less than the "mean_value" otherwise returns the "data"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.