If not NULL, a horizontal line is drawn at h= Thickness
(in micrometers).
x.lims
Plotting range, horizontal axis (when NULL,
defaults to c(0,0.05) for Raith-Sorensen plots
and to c(0,2500) for Michel-Levy plots).
radials
If TRUE iso-birefringence lines will be plotted
(on Michel-Levy chart only).
Value
a Sorensen or Michel-Levy plot
Details
If type belongs to c("Sorensen","S","Raith-Sorensen","RS"), the
function plots interference colors on a grid with birefringence
as horizontal axis and thickness as vertical axis. If type belongs to
c("Michel-Levy","ML","MichelLevy","M"), the horizontal axis is retardation
(in nanometers) as in the classical Michel-Levy plot. When radials is
set to TRUE, birefringence appears as oblique lines with rounded values
printed at their end
References
Sorensen, B.E. (2013) A revised Michel-Levy interference colour chart based
on first-principles calculations. Eur. J. Mineral., 2013, 25, 5-10.
DOI:10.1127/0935-1221/2013/0025-2252
# NOT RUN {PlotChart(IC=IC1,type="RS")
PlotChart(IC=IC1,type="ML")
PlotChart(IC=IC1,type="ML",radials=TRUE)
PlotChart(IC=IC1,type="ML",x.lims=range(IC1[,6]),Thickness = 35)
# }# NOT RUN {# }