rangeLimit | R Documentation |
Substitute NA for data outside a range, e.g. to remove wild spikes in data.
rangeLimit(x, min, max)
x |
vector of values |
min |
minimum acceptable value. If not supplied, and if |
max |
maximum acceptable value. If not supplied, and if |
Dan Kelley
ten.to.twenty <- rangeLimit(1:100, 10, 20)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.