Description Usage Arguments Value Examples
View source: R/replace_minimum_value_in_metric.R
Replaces all values of a tidycyte metric below a specified threshold with a replacement value.
1 | replace_minimum_value_in_metric(.df, .min, .replace, ...)
|
.df |
A data frame containing tidycyte data. |
.min |
A numeric value specifying the minimum Values are replaced if they are below this value, but not if they are equal to this value. |
.replace |
A numeric replacement value |
... |
< |
A dataframe with adjusted metrics
1 | df %>% replace_minimum_value_in_metric(3,0,Confluence,mAzalea,`h2-3`)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.