readFCSaux {prada} | R Documentation |
Auxiliary functions for readFCS - not normally called by the user
readFCSgetPar(x, pnam) readFCSheader(con) readFCStext(con, offsets, delimiter="\") readFCSdata(con, offsets, x, endian="big")
x |
Named character vector. |
pnam |
Character vector, its elements must be contained in
names(x) . |
con |
Connection. |
offsets |
Integer vector of length 6 with byte offsets of the header, text, and data blocks. |
delimiter |
Character. |
endian |
Character. Specifies the byte order, see readBin . |
These functions are not normally called by the user.
Various.
Wolfgang Huber http://www.dkfz.de/abt0840/whuber