fileConnections: Open and close methods for matrices and numeric vectors

Description Usage Arguments Value Author(s) Examples

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

1
2
3
open(con, ...)
openff(object)
closeff(object)

Arguments

con

matrix or vector

object

A CNSet object.

...

Ignored

Value

not applicable

Author(s)

R. Scharpf

Examples

1
2
open(rnorm(15))
open(matrix(rnorm(15), 5,3))

benilton/oligoClasses-release documentation built on May 12, 2019, 11:51 a.m.