.setLowestTo | R Documentation |
This function aims to set lowest value of x to value 'setTo'
.setLowestTo(x, setTo)
x |
(numeric) main vector to be treated |
setTo |
(numeric) replacement value |
This function returns a numeric vector
nchar
.setLowestTo(9:4, 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.