outputFile {SBGNview} | R Documentation |
Retrieve output file information from a SBGNview object
outputFile(obj)
obj |
A SBGNview object. |
This function prints the output file path recorded in a SBGNview object. When printing the SBGNview object, output image files will be generated using the output file.
A string. The output file information. The same as parameter "output.file" when running SBGNview
data("SBGNview.obj" ) outputFile(SBGNview.obj)