View source: R/plot_RegDosePoints.R
plot_RegDosePoints | R Documentation |
Simple plot functionality to visualise $L_x/T_x$ values against the dose extracted from data created by create_DataFile
plot_RegDosePoints(object, nrow = 3L, ncol = nrow, ...)
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 |
The function returns a plot
Sebastian Kreutzer, Institute of Geography, Heidelberg University (Germany) , RLum Developer Team
create_DataFile
data(DATA3,envir = environment())
plot_RegDosePoints(DATA3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.