read_xy: read XRD data from xy file

View source: R/import.R

read_xyR Documentation

read XRD data from xy file

Description

read XRD data from xy file. Can be generated from raw instrument data with powDLL software. Data are stored as two column (tth, intensity).

Usage

read_xy(file_name)

Arguments

file_name

XRD data filename (full path)

Value

data.frame(tth, intensity)

Author(s)

K. Juraić

Examples

## Not run: read_xy(""XRD_pattern.xy)


kjuraic/rgixrd documentation built on June 19, 2022, 3:21 a.m.