Plot of absorption curves
plot_absorption_curves.Rd
Plot f' and f'' absorption curves for the specified chemical element. Curves can be plotted in specified wavelength regions using parameter "zoom".
Arguments
- chem_el
1- or 2-letters character string. The chemical symbol of interest.
- zoom
Real vector of length 2. The two values are the extremes of the wavelength window inside which to plot the two curves. Default is for both curves to be plotted across the full available range.
Examples
# No zoom
plot_absorption_curves("Fe")
# Zoom
plot_absorption_curves("Fe",c(1,3))