Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

readData

This function reads in data the ivo file format


Description

Data in the formats described at http://glotaran.org/wiki/doku.php?id=file_formats may be read from file into an R object for analysis.

Usage

readData(filenm, typ="", sep = "")

Arguments

filenm

This is the path to the file to read in, as a quoted string.

typ

if typ="plain" the the file being read in stores data as a plain matrix, with x values as the first element of each row except the first and x2 values as the first row.

sep

This is an optional argument describing how the data is delimited; defaults to ""

Value

an object of class dat

Author(s)

Katharine M. Mullen, Ivo H. M. van Stokkum

See Also


TIMP

Fitting Separable Nonlinear Models in Spectroscopy and Microscopy

v1.13.2
GPL (>= 2)
Authors
Katharine M. Mullen, Joris J. Snellenburg, Sergey P. Laptenok, David Nicolaides, Ivo H.M. van Stokkum
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.