is.na.lvec: Simple elementwise functions

Description Usage Arguments Value

View source: R/elementwise_functions.R

Description

These are implementations for lvec object for their regular R counterparts.

Usage

1
2
## S3 method for class 'lvec'
is.na(x)

Arguments

x

an object f type lvec

Value

Returns an lvec of the same length as the input.


ldat documentation built on March 26, 2020, 7:59 p.m.

Related to is.na.lvec in ldat...