xrd.read.TXT: Reads the TXT Rigaku XRD file with a Header

View source: R/xrd.importData.R

xrd.read.TXTR Documentation

Reads the TXT Rigaku XRD file with a Header

Description

Reads the TXT Rigaku XRD file with a Header

Usage

xrd.read.TXT(filename)

Arguments

filename

filename including path

Value

data frame with XRD data

Examples


fname = xrd.getSampleFiles('txt')
d = xrd.read.TXT(fname)
plot(d$theta,d$I,log='y',col='red')


thomasgredig/rigakuXRD documentation built on Feb. 3, 2024, 10:49 p.m.