analyse_IRSAR.RF(object, sequence.structure = c("NATURAL", "REGENERATED"),
fit.range.min, fit.range.max, fit.trace = FALSE, fit.MC.runs = 10,
output.plot = TRUE, xlab.unit = "s", legend.pos = "bottom",
...)
RLum.Analysis
(required):
input object containing data for protocol analysisTRUE
or FALSE
)bottomright
,
bottom
, bottomleft
, left
, topleft
,
top
, topright
, right
main
, xlab
, ylab
RLum.Results
object is returned
containing the following elements:data.frame
containing De-values with error
(gray dashed lines in the plot) and further parametersnlsModel
objectDe.values
) should be accessed using the
function get_RLum.Results
port
algorithm of the nls
function.RLum.Analysis
, RLum.Results
,
get_RLum.Results
, nls
##load data
data(ExampleData.RLum.Analysis, envir = environment())
##perform analysis
temp <- analyse_IRSAR.RF(object = IRSAR.RF.Data)
Run the code above in your browser using DataLab