Reads the RAS Rigaku XRD data

xrd.read.RAS(filename)

Arguments

filename

filename including path

Value

data frame with XRD data

Examples


fname = xrd.getSampleFiles('ras')[1]
d = xrd.read.RAS(fname)
plot(d$X2.Theta,d$I,log='y',col='red')