plot_RegDosePoints {BayLum} | R 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 |
Value
The function returns a plot
Author(s)
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
See Also
Examples
data(DATA3,envir = environment())
plot_RegDosePoints(DATA3)
[Package BayLum version 0.3.2 Index]