If negative or zero values are passed into function, turn them into NA so we can log the plot
1 | removeZeroNegative(df, column = "value")
|
df |
any data frame that it will check for negative or zeroes |
column |
(Optional) [DEFAULT: 'value'] The column to look for zero/negative values in |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.