read.portaFile {rPorta} | R Documentation |
read.portaFile
attempts to turn the .poi or .ieq file given by its argument into a portaFile
object.
read.portaFile(file)
file |
the name of the file which should be turned into a portaFile object |
Returns a poiFile
or ieqFile
object.
Robin Nunkesser Robin.Nunkesser@tu-dortmund.de
"portaFile"
, "poiFile"
, "ieqFile"
## Not run: # Could be used for one of the example files provided by PORTA read.portaFile("example.poi") ## End(Not run)