powered by
Returns a dataframe with f' and f'' at various wavelengths for the specific chemical element.
load_anomalous_data(chem_el)
1- or 2-letters character string. The chemical symbol of interest.
A dataframe with 3 columns, the specific wavelength in angstroms (lambda), f' (f1) and f'' (f2).
# NOT RUN { # Load anomalous data for Fe ano_Fe <- load_anomalous_data("Fe") print(ano_Fe[1:10,]) # }
Run the code above in your browser using DataLab