View source: R/plot_SingleGrainDisc.R
plot_SingleGrainDisc | R Documentation |
Shows a schematic representation of the physical appearance of one disc (one position in the reader) and illustrates the measured or calculated values per grain location.
plot_SingleGrainDisc(
object,
show_coordinates = FALSE,
show_location_ids = FALSE,
show_neighbours = FALSE,
show_positioning_holes = TRUE,
df_neighbours = NULL,
ignore_borders = FALSE,
str_transform = "sqrt",
...
)
object |
RLum.Results or numeric (required): the values to show, should have length 100. |
show_coordinates |
logical (with default): Show coordinates (1..10)
in x and in y direction. Defaults to |
show_location_ids |
logical (with default): Show id with every
grain location (1..100). Defaults to |
show_neighbours |
logical (with default): Show which
neighbour connections are taken into account if calculating Moran's I.
This makes sense when there are |
show_positioning_holes |
logical (with default): Show the 3
positioning holes for orientation. Defaults to |
df_neighbours |
data.frame (with default): only relevant if
|
ignore_borders |
logical (with default): whether only grain
locations that do not lie on the border of the disc should be considered
( |
str_transform |
character (with default): The observed value of each individual grain is
reflected in the size of a triangle (or other dot-like element). To account for large value differences,
the transformation from value to triangle size can be |
... |
other arguments to be given to the base R plot function, such
as |
Depending of the available plotting space, some optional elements might have not enough room to be displayed. As this function is wrapped around the base plot function, one can also choose to add elements manually.
Boer, A.d., Steinbuch, L., 2025. plot_SingleGrainDisc(): Plot a disc with its values. In: Kreutzer, S., Burow, C., Dietze, M., Fuchs, M.C., Schmidt, C., Fischer, M., Friedrich, J., Mercier, N., Philippe, A., Riedesel, S., Autzen, M., Mittelstrass, D., Gray, H.J., Galharret, J., Colombo, M., Steinbuch, L., Boer, A.d., 2025. Luminescence: Comprehensive Luminescence Dating Data Analysis. R package version 1.0.1. https://r-lum.github.io/Luminescence/
Anna-Maartje de Boer, Luc Steinbuch, Wageningen University & Research, 2025 , RLum Developer Team
de Boer, A-M., Steinbuch, L., Heuvelink, G.B.M., Wallinga, J., 2025. A novel tool to assess crosstalk in single-grain luminescence detection. Submitted.
plot_SingleGrainDisc(1:100)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.