Description Usage Arguments Details Value Author(s) See Also Examples
View source: R/qat_analyse_set_nans_1d.R
This function set a specified value of a vector to NaN.
1  | qat_analyse_set_nans_1d(measurement_vector, nan_value)
 | 
measurement_vector | 
 The measurement vector, which should be worked on  | 
nan_value | 
 Value, which should be replaced by NaN  | 
In the given measurement vector, the value, which is specified by nan\_value, will be replaced by NaN.
Retrun a list, which includes the measurement vector with the replaced values.
Andre Duesterhus
qat_analyse_set_addup_1d, qat_analyse_set_mean_1d
1 2  | vec <- c(1,2,3,4,5,4,3,2,1)
result <- qat_analyse_set_nans_1d(vec, 4)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.