as function

as() - RLum-object coercion

as() - RLum-object coercion

for [RLum.Analysis-class]

for [RLum.Data.Curve-class]

for [RLum.Data.Image-class]

for [RLum.Data.Spectrum-class]

for [RLum.Results-class]

Arguments

  • from: RLum , list , data.frame , matrix (required ): object to be coerced from
  • to: character (required ): class name to be coerced to

Details

RLum.Analysis

fromto
listlist

Given that the list consists of RLum.Analysis objects.

RLum.Data.Curve

fromto
listlist
data.framedata.frame
matrixmatrix

RLum.Data.Image

fromto
data.framedata.frame
matrixmatrix

RLum.Data.Spectrum

fromto
data.framedata.frame
matrixmatrix

list|list|

RLum.Results

fromto
listlist

Given that the list consists of RLum.Results objects.

Note

Due to the complex structure of the RLum objects itself a coercing to standard R data structures will be always loosely!

See Also

methods::as

  • Maintainer: Sebastian Kreutzer
  • License: GPL-3
  • Last published: 2025-03-07