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

View source: R/xrd.importData.R

xrd.read.ASCR Documentation

Reads the ASC Rigaku XRD file with a Header

Description

Reads the ASC Rigaku XRD file with a Header

Usage

xrd.read.ASC(filename)

Arguments

filename

filename including path

Value

data frame with XRD data

Examples


fname = xrd.getSampleFiles('asc')[1]
d = xrd.read.ASC(file.path(fname))
plot(d$theta,d$I,log='y',col='red')


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