plot_absorption_curves: Plot of absorption curves

Description Usage Arguments Value Examples

View source: R/reciprocal_space.R

Description

Plot f' and f” absorption curves for the specified chemical element. Curves can be plotted in specified wavelength regions using parameter "zoom".

Usage

1
plot_absorption_curves(chem_el, zoom = NULL)

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.

Value

Nothing, but causes a 2D plot to be displayed in a graphical window.

Examples

1
2
3
4
5
# No zoom
plot_absorption_curves("Fe")

# Zoom
plot_absorption_curves("Fe",c(1,3))

crone documentation built on Aug. 24, 2019, 5:03 p.m.