xrd.import | R Documentation |
Import function recognizes ASC, TXT, RAS, and RASX files from Rigaku x-ray diffraction instrument; returns an xrd object or data frame with 2theta, I (intensity normalized for time) and I.meas (measured intensity).
xrd.import(filename, xrd = FALSE)
filename |
full file name with path |
xrd |
logical, if |
xrd object or data frame with XRD data
Thomas Gredig
fname = xrd.getSampleFiles('rasx')
d = xrd.import(fname, TRUE)
plot(d)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.