Learn R Programming

prada (version 1.48.0)

readFCSaux: Auxiliary functions for readFCS

Description

Auxiliary functions for readFCS - not normally called by the user

Usage

readFCSgetPar(x, pnam) readFCSheader(con) readFCStext(con, offsets) readFCSdata(con, offsets, x)

Arguments

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.

Value

Details

These functions are not normally called by the user. See readFCS instead.

See Also

readFCS