read.portaFile {rPorta}R Documentation

Parse Porta files

Description

read.portaFile attempts to turn the .poi or .ieq file given by its argument into a portaFile object.

Usage

read.portaFile(file)

Arguments

file the name of the file which should be turned into a portaFile object

Value

Returns a poiFile or ieqFile object.

Author(s)

Robin Nunkesser Robin.Nunkesser@tu-dortmund.de

See Also

"portaFile", "poiFile", "ieqFile"

Examples

## Not run: 
     
# Could be used for one of the example files provided by PORTA
read.portaFile("example.poi")
## End(Not run)

[Package rPorta version 0.1-9 Index]