| as | R Documentation |
for [RLum.Analysis-class]
for [RLum.Data.Curve-class]
for [RLum.Data.Image-class]
for [RLum.Data.Spectrum-class]
for [RLum.Results-class]
## S4 method for signature 'list,RLum.Analysis'
coerce(from, to = "RLum.Analysis", strict = TRUE)
## S4 method for signature 'list,RLum.Data.Curve'
coerce(from, to = "RLum.Data.Curve", strict = TRUE)
## S4 method for signature 'data.frame,RLum.Data.Image'
coerce(from, to = "RLum.Data.Image", strict = TRUE)
## S4 method for signature 'data.frame,RLum.Data.Spectrum'
coerce(from, to = "RLum.Data.Spectrum", strict = TRUE)
## S4 method for signature 'list,RLum.Results'
coerce(from, to = "RLum.Results", strict = TRUE)
from |
RLum, list, data.frame, matrix (required): object to be coerced from |
to |
character (required): class name to be coerced to |
strict |
Unused. |
RLum.Analysis
| from | to |
list | list |
Given that the list consists of RLum.Analysis objects.
RLum.Data.Curve
| from | to |
list | list |
data.frame | data.frame |
matrix | matrix
|
RLum.Data.Image
| from | to |
data.frame | data.frame |
matrix | matrix
|
RLum.Data.Spectrum
| from | to |
data.frame | data.frame |
matrix | matrix |
list | list
|
RLum.Results
| from | to |
list | list |
Given that the list consists of RLum.Results objects.
Due to the complex structure of the RLum objects itself a coercing to standard
R data structures will be always loosely!
methods::as
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.