plot_RegDosePoints: Plot Regeneration Dose Points

View source: R/plot_RegDosePoints.R

plot_RegDosePointsR Documentation

Plot Regeneration Dose Points

Description

Simple plot functionality to visualise $L_x/T_x$ values against the dose extracted from data created by create_DataFile

Usage

plot_RegDosePoints(object, nrow = 3L, ncol = nrow, ...)

Arguments

object

list (required): input object created by create_DataFile

nrow

integer (with default): number of rows used for the plot panel

ncol

integer (with default): number of columns in the plot panel

...

further plot arguments passed down to modify the plot output. Supported arguments are xlab, ylab, type, pch, col, cex

Value

The function returns a plot

How to cite

Kreutzer, S., 2024. plot_RegDosePoints(): Plot Regeneration Dose Points. In: Christophe, C., Philippe, A., Kreutzer, S., Guérin, G., Baumgarten, F.H., Frerebeau, N., 2024. BayLum: Chronological Bayesian Models Integrating Optically Stimulated. R package version 0.3.2. https://CRAN.r-project.org/package=BayLum

Author(s)

Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany)

See Also

create_DataFile

Examples


data(DATA3,envir = environment())
plot_RegDosePoints(DATA3)


R-Lum/BayLum documentation built on April 19, 2024, 9:33 a.m.