naOrSqrt: Return either NA (if input is NULL) or sqrt

View source: R/AllMethods.R

naOrSqrtR Documentation

Return either NA (if input is NULL) or sqrt

Description

Return either NA (if input is NULL) or sqrt

Usage

naOrSqrt(x)

Arguments

x

Numeric value

Value

NA or sqrt value


bedapub/ribiosNGS documentation built on Feb. 10, 2025, 12:34 a.m.