open.vcellPack {rawXML} R Documentation

open the simulation data storage driver

Description

Usage

open.vcellPack(file,
    mode = "read",
    ... = NULL);

Arguments

file

the file path to the storage data. [as string]

mode

the binary file open mode for the data storage driver, should be read/write. [as string]

args

-

env

[as Environment]

Details

Authors

vcellkit

Value

this function returns data object in these one of the listed data types: StorageDriver, Reader.

clr value class

Examples


[Package rawXML version 1.0.0.0 Index]