fileConnections {oligoClasses} | R Documentation |
CNSet
objects can contain ff
-derived objects that
contain pointers to files on disk, or ordinary matrices. Here we
define open and close methods for ordinary matrices and vectors that
that simply pass back the original matrix/vector.
open(con, ...) openff(object) closeff(object)
con |
matrix or vector |
object |
A |
... |
Ignored |
not applicable
R. Scharpf
open(rnorm(15)) open(matrix(rnorm(15), 5,3))