Skip to contents

Test whether an object is a PhysioBiomarker

Usage

is.PhysioBiomarker(x)

Arguments

x

Any object.

Value

TRUE if x is a PhysioBiomarker, otherwise FALSE.

Examples

is.PhysioBiomarker(physioBiomarker(1, "x"))
#> [1] TRUE
is.PhysioBiomarker(42)
#> [1] FALSE