View source: R/01-vec_numeric.R
replaceValue_lessThan_target | R Documentation |
如果数值小于等于某个目标值进行替代为新值
replaceValue_lessThan_target(x, targetValue = 15, replaceValue = 0)
x |
原始数值向量 |
targetValue |
目标值 |
replaceValue |
替代值默认为0 |
返回值
replaceValue_lessThan_targetv();
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.