load_anomalous_data: Load anomalous data for a specific chemical element

View source: R/reciprocal_space.R

load_anomalous_dataR Documentation

Load anomalous data for a specific chemical element

Description

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

Usage

load_anomalous_data(chem_el)

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

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

jfoadi/crone documentation built on Sept. 10, 2022, 4:34 p.m.