Description Usage Arguments Value Examples
Perform a spike test. This is a variant of rtqc_spike()
which checks the absolute difference between the current
measurement and the previous/next measurements.
| 1 | rtqc_spike_alt(x, spike.threshold)
 | 
| x | A vector of values. | 
| spike.threshold | A length-2 list specifying "suspect"
and "fail" thresholds. Each threshold can be either a single
value (static threshold) or a vector of same length as  | 
An ordered factor of test flags of same length as x.
| 1 2 | fake.data = c(1, 1.1, 1, 1.2, 1, 1.3, 1, 1.4, 1, 1.5, 1)
rtqc_spike(fake.data, c(0.15, 0.25))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.