View source: R/replace_missing_and_negative_values.R
replace_missing_and_negative_values | R Documentation |
Function to replace missing and negative values in concentration and error tables in preparation for use with the EPA-PMF tool.
replace_missing_and_negative_values( df, df_errors, zero_replace = 1e-06, na_replace = 10 )
df |
Data frame containing concentration data. |
df_errors |
Data frame containing errror or uncertainty data. |
zero_replace |
Replacement value for values which are <= 0. |
na_replace |
Replacement value for missing values (NA). |
Named list containing two tibbles.
Stuart K. Grange.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.