convertToString-method {rPorta}R Documentation

Method "convertToString"

Description

Converts some of the objects provided by rPorta to character strings, namely poi, ieq, poiFile, and ieqFile. These character strings correspond to the format used by Porta.

Usage

## S4 method for all signatures: 
convertToString(object)

Arguments

object Object of one of the supported classes (poi, ieq, poiFile, or ieqFile)

Value

Returns a character string in PORTA's format.

Author(s)

Robin Nunkesser Robin.Nunkesser@tu-dortmund.de

See Also

"ieq", "poi", "ieqFile", "poiFile"

Examples

# Returns a String representation of a poiFile object
convertToString(example.poi())

# Returns a String representation of an ieqFile object
convertToString(example.ieq())

[Package rPorta version 0.1-9 Index]