read_PSL2R(file, drop_bg = FALSE, as_decay_curve = TRUE, smooth = FALSE, merge = FALSE, ...)character (required): path and file name of the
PSL file. If input is a vector it should comprise only characters representing
valid paths and PSL file names.
Alternatively the input character can be just a directory (path). In this case the
the function tries to detect and import all PSL files found in the directory.logical (with default): TRUE to automatically
remove all non-OSL/IRSL curves.logical (with default): Portable OSL Reader curves
are often given as cumulative light sum curves. Use TRUE (default) to convert
the curves to the more usual decay form.logical (with default): TRUE to apply
Tukey's Running Median Smoothing for OSL and IRSL decay curves. Smoothing is
encouraged if you see random signal drops within the decay curves related
to hardware errors.logical (with default): TRUE to merge all
RLum.Analysis objects. Only applicable if multiple files are imported.RLum.Analysis object containing
RLum.Data.Curve objects for each curve.
RLum.Analysis, RLum.Data.Curve,
RLum.Data.Curve
# (1) Import PSL file to R
## Not run:
# FILE <- file.choose()
# temp <- read_PSL2R(FILE)
# temp
# ## End(Not run)
Run the code above in your browser using DataLab