is.na.timeDay: Missing Values

View source: R/is.na.timeDay.R

is.na.timeDayR Documentation

Missing Values

Description

Indicate which elements are missing.

Usage

## S3 method for class 'timeDay'
is.na(x)

Arguments

x

the object to be tested.

Value

A logical vector of the same length as its argument x, containing TRUE for those elements marked NA and FALSE otherwise.

Examples

is.na(as.timeDay(c("10:30", "11:00")))

USGS-R/smwrBase documentation built on Oct. 18, 2022, 9:55 a.m.