LT_RegenDose-deprecated | R Documentation |
This function plots Lx/Tx
values as a function of regenerative dose,
for every selected aliquot and for each sample.
LT_RegenDose(
DATA,
Path,
FolderNames,
SampleNames = FolderNames,
Nb_sample,
BinPerSample = rep(1, Nb_sample),
SG = rep(TRUE, Nb_sample),
sepDP = c(","),
nrow = 3L,
ncol = nrow
)
DATA |
list (required): list of objects |
Path |
character (required): path to the project folder
(the same as the one used in Generate_DataFile or Generate_DataFile_MG to provide |
FolderNames |
character (required): vector of names of the sub-folders
containing the BIN-files, which were used by Generate_DataFile or Generate_DataFile_MG
to generate the |
SampleNames |
character (with default): Names of samples. To use if there is more than one bin file per sample. |
Nb_sample |
integer (required): ID number (in |
BinPerSample |
integer (with default): integer vector (with default):
vector with the number of BIN files per sample, which was used in Generate_DataFile or
Generate_DataFile_MG to generate the |
SG |
logical (with default): vector to set the type of measurement for
each sample |
sepDP |
character (with default): column separator in the |
nrow |
integer (with default): controls the arrangement of the plots,
here the number of rows. Can be set to |
ncol |
integer (with default): controls the arrangement of the plots,
here the number of columns. Can be set to |
To fill FolderNames
and BinPerSample
, we refer to the Detail section from the
Generate_DataFile or Generate_DataFile_MG function.
As well for a precise description of input DATA
.
Lx/Tx plots; there are as many plots as selected aliquots in the DiscPos.csv
file.
There are 9 plots per page.
There is not interpolation.
Claire Christophe, Sebastian Kreutzer, Anne Philippe, Guillaume Guérin , RLum Developer Team
Generate_DataFile, Generate_DataFile_MG
## Not run:
## load data file generated by the function Generate_DataFile
data(DATA3,envir = environment())
path<- system.file("extdata/FER1", "", package="BayLum")
folder=""
samplename <- "FER1"
LT_RegenDose(
DATA = DATA3,
Path = path,
FolderNames = folder,
SampleNames = samplename,
Nb_sample = 1,
SG = FALSE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.