View source: R/xrd.FringeAnalysis.R
xrd.FringeAnalysis | R Documentation |
Searches for fringes in the XRD or XRR spectrum and returns a list with the thickness, a peak table, and two graphs displaying the results.
xrd.FringeAnalysis(dataXRD)
dataXRD |
data frame with theta (2Theta) and I (intensity) |
list with thickness ('t.nm'), table of peaks ('df.peak'), and two ggplot graphs ('g.peaks' and 'g.thickness')
Thomas Gredig
filename <- xrd.getSampleFiles('ras')
data <- xrd.import(filename, xrd=TRUE)
data_5 = xrd_filter(data, 5,10)
analysis <- xrd.FringeAnalysis(data_5)
analysis$t.nm
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.