load_anomalous_data {crone}R 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,])

[Package crone version 0.1.1 Index]