is_tagged: Query if a spectrum is tagged

View source: R/spct.classes.r

is_taggedR Documentation

Query if a spectrum is tagged

Description

Functions to check if an spct object contains tags.

Usage

is_tagged(x)

Arguments

x

any R object

Value

is_tagged returns a logical value, TRUE if its argument is a a spectrum that contains tags and FALSE if it is an untagged spectrum, but returns NA for any other R object.

See Also

Other tagging and related functions: tag(), untag(), wb2rect_spct(), wb2spct(), wb2tagged_spct()

Examples

is_tagged(sun.spct)


photobiology documentation built on Oct. 21, 2023, 1:06 a.m.