createTDMS {maigesPack} | R Documentation |
This function gets an object of class maiges
an save a
tab delimited file containing the W values to be load by TIGR MeV
software, in the format TDMS file.
createTDMS(data=NULL, sLabelID=names(data@Slabels)[1], file="data.txt")
data |
object of class maiges to be saved as a TDMS
file. |
sLabelID |
character string giving the sample label ID to be used to label the samples in the TDMS file. Defaults to the first sample label ID. |
file |
character string specifying the file name to where TDMS file must be saved. Defaults to 'data.txt'. |
This function save an ASCII file and do not return any object or value.
Gustavo H. Esteves <gesteves@vision.ime.usp.br>