removeZeroNegative: Remove zero or negative values

Description Usage Arguments

View source: R/utils-filter.R

Description

If negative or zero values are passed into function, turn them into NA so we can log the plot

Usage

1
removeZeroNegative(df, column = "value")

Arguments

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


USGS-R/repgen documentation built on April 14, 2021, 2:47 p.m.