readData {TIMP} | R Documentation |
Data in the formats described at http://www.nat.vu.nl/~kate/TIM/tim/node74.html and http://www.nat.vu.nl/~kate/FLIM_format may be read from file into an R object for analysis.
readData(filenm, typ="", sep = "")
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 "" |
an object of class dat
Katharine M. Mullen, Ivo H. M. van Stokkum