plot_TL.plateau: plot plateau test result

Description Usage Arguments Details Author(s) See Also

View source: R/plot_TL.plateau.R

Description

This function plots the results for analyse_TL.plateau.

Usage

1
2
3
plot_TL.plateau(sample.name, temperatures, names, doses, Lx, Lx.a, Lx.plateau,
  LxTx, LxTx.a, LxTx.plateau, plotting.parameters = list(plateau.Tmin = 0,
  plateau.Tmax = NA, plot.Tmin = 0, plot.Tmax = NA))

Arguments

sample.name

character (required): Sample name.

temperatures

numeric (required): temperature vector

names

character (required): Name vector for the additive curves.

doses

numeric (required): Dose vector for the additive curves.

Lx

numeric (required): Lx matrix for the additive curves.

Lx.a

numeric (required): Lx matrix for the average additive curves.

Lx.plateau

numeric (required): Ln/Lx matrix for the additive curves.

LxTx

numeric (required): Lx/Tx matrix for the additive curves.

LxTx.a

numeric (required): Lx/Tx matrix for the average additive curves.

LxTx.plateau

numeric (required): (Ln/Tn)/(Lx/Tx) matrix for the additive curves.

plotting.parameters

list (with default): list containing the plotting parameters. See details.

Details

Plotting parameters
The plotting parameters are:

plot.Tmin

numeric: Lowest temperature plotted.

plot.Tmax

numeric: Highest temperature plotted.

no.plot

logical: If TRUE, the results will not be plotted.

See also analyse_TL.MAAD.

Author(s)

David Strebler

See Also

analyse_TL.plateau, calc_TL.MAAD.fit.Q, calc_TL.MAAD.fit.I.


TLdating documentation built on May 2, 2019, 9:26 a.m.