convertToString-method {rPorta} | R Documentation |
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.
## S4 method for all signatures: convertToString(object)
object |
Object of one of the supported classes (poi , ieq , poiFile , or ieqFile ) |
Returns a character string in PORTA's format.
Robin Nunkesser Robin.Nunkesser@tu-dortmund.de
"ieq"
, "poi"
, "ieqFile"
, "poiFile"
# Returns a String representation of a poiFile object convertToString(example.poi()) # Returns a String representation of an ieqFile object convertToString(example.ieq())