load_anomalous_data: Load anomalous data for a specific chemical element

Description Usage Arguments Value Examples

View source: R/reciprocal_space.R

Description

Returns a dataframe with f' and f” at various wavelengths for the specific chemical element.

Usage

1

Arguments

chem_el

1- or 2-letters character string. The chemical symbol of interest.

Value

A dataframe with 3 columns, the specific wavelength in angstroms (lambda), f' (f1) and f” (f2).

Examples

1
2
3
# Load anomalous data for Fe
ano_Fe <- load_anomalous_data("Fe")
print(ano_Fe[1:10,])

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