read_data: read SIMS data

View source: R/io.R

read_dataR Documentation

read SIMS data

Description

read ASCII data files

Usage

read_data(f, m = "IGG-UPb")

Arguments

f

file name(s), may include wildcards (*.asc, *.op or *.pd).

m

an object of class method OR the name of a data acquisition protocol (one of 'IGG-UPb', 'GA-UPb', 'IGG-UThPb', 'IGG-O', or 'IGG-S'). To create new methods, see method.

Value

an object of class simplex

Examples

fname <- system.file('SHRIMP.op',package='simplex')
shrimpdat <- read_data(fname,m='GA-UPb')
plot(shrimpdat,i=1)

pvermees/simplex documentation built on Sept. 2, 2023, 12:40 p.m.