outputFile<- {SBGNview} | R Documentation |
Set output file information for a SBGNview object
outputFile(obj) <- value
obj |
No need to provide |
value |
No need to provide |
This function sets the output file path that can be recorded in a SBGNview object. When printing the SBGNview object, output image files will be generated using the output file.
A SBGNview object
data("SBGNview.obj" ) outputFile(SBGNview.obj) = "./test.output"