Learn R Programming

oligo (version 1.36.1)

fileConnections: Open and close methods for matrices and numeric vectors

Description

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.

Usage

open(con, ...)
openff(object)
closeff(object)

Arguments

con
matrix or vector
object
A CNSet object.
...
Ignored

Value

  • not applicable

Examples

Run this code
open(rnorm(15))
open(matrix(rnorm(15), 5,3))

Run the code above in your browser using DataLab