isLogged: isLogged

Description Usage Arguments Value

View source: R/utils-dataFlags.R

Description

To check if a timeseries can be plotted on a logged axis.

Usage

1
isLogged(tsPoints, isVolFlow = FALSE, excludeZeroNegative = FALSE)

Arguments

tsPoints

The point data from the time series to check. If this is null but the other params are true, it returns true.

isVolFlow

wheter or not the TS is representing volumetric flow

excludeZeroNegative

A logical value indicating whether the timeseries will exclude zero and negative values.

Value

Return true if the timeseries can be plotted on a logged axis and false otherwise.


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