Learn R Programming

Luminescence (version 0.4.1)

Risoe.BINfileData2RLum.Data.Curve: Convert an element from a Risoe.BINfileData object to an RLum.Data.Curve object

Description

The function converts one specified single record from a Risoe.BINfileData object to an RLum.Data.Curve object.

Usage

Risoe.BINfileData2RLum.Data.Curve(object, id, pos, run, set)

Arguments

object
Risoe.BINfileData (required): Risoe.BINfileData object
id
integer (required): record id in the Risoe.BINfileData object of the curve that is to be stored in the RLum.Data.Curve object. If no value for id is provided, the record
pos
integer (optional): record position number in the Risoe.BINfileData object of the curve that is to be stored in the RLum.Data.Curve object. If a value for id is prov
run
integer (optional): record run number in the Risoe.BINfileData object of the curve that is to be stored in the RLum.Data.Curve object. If a value for id is provided,
set
integer (optional): record set number in the Risoe.BINfileData object of the curve that is to be stored in the RLum.Data.Curve object. If a value for id is provided,

Value

  • Returns an RLum.Data.Curve object.

Function version

0.1 (2014-09-15 02:28:00)

Details

The function extracts all METADATA from the Risoe.BINfileData object and stores them in the RLum.Data.Curve object.

References

#

See Also

Risoe.BINfileData2RLum.Analysis, set_RLum.Data.Curve, RLum.Data.Curve, RLum.Analysis, Risoe.BINfileData, plot_RLum

Examples

Run this code
##get package example data
data(ExampleData.BINfileData, envir = environment())

##convert one record
Risoe.BINfileData2RLum.Data.Curve(CWOSL.SAR.Data, id = 1)

Run the code above in your browser using DataLab