xrd.FringeAnalysis: XRD / XRR fringe analysis

View source: R/xrd.FringeAnalysis.R

xrd.FringeAnalysisR Documentation

XRD / XRR fringe analysis

Description

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.

Usage

xrd.FringeAnalysis(dataXRD)

Arguments

dataXRD

data frame with theta (2Theta) and I (intensity)

Value

list with thickness ('t.nm'), table of peaks ('df.peak'), and two ggplot graphs ('g.peaks' and 'g.thickness')

Author(s)

Thomas Gredig

Examples

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


thomasgredig/rigakuXRD documentation built on Nov. 7, 2024, 12:04 a.m.