v0.9.17 (CRAN)
Changes in version 0.9.17 (2022-01-01)
This package version requires R >= 4.0.5
Bugfixes and changes
calc_MinDose()
/calc_MaxDose()
- The error message if no likelihood profiling can be done now reads
more clear.
fit_EmissionSpectra()
method_control = list()
gained a new sub-argumentnorm
to
enable/disable the normalisation of the data. The default isTRUE
.
plot_AbanicoPlot()
- The keyword internally set for the font decoration
'plain'
was not
used inget_Layout()
, where'normal'
was expected causing the
function to crash in R-devel if the argumentlegend
was used;
fixed (#108).
plot_RadioPlot()
- An additional line, e.g.,
plot_RadialPlot(...,line = 1)
was not
always drawn where the user expected it to be seen; fixed (#106,
reported by Li Bo) - The radial z-scale did not always extend to the limits of the data,
even if limits for the z-scale were set, leading to an odd graphical
offset and unsuitable plots; fixed (reported by Christina Neudorf) - The plot now always draws the lower limit of the z-scale.
plot_RLum.Analysis()
- The parameter
records_max
removed more curves than required;
fixed.
plot_RLum.Data.Spectrum()
- The function gained a new argument
plot
that can disable the plot
and return the matrix used for the plotting instead. This may sound
a little bit awkward, but it adds enormous flexibility. The function
does a lot of internal transformations, such as binning or colour
calculations, which could not be used in other functions before. Now
the function can be ‘misused’ to create an output object ready to be
passed to other packages and functions, such as the package
'plot3D'
.