outputFile<- {SBGNview} | R Documentation |
Set or change output file information for a SBGNview object
outputFile(obj) <- value
obj |
A SBGNview class object |
value |
No need to provide |
This function sets the output file path recorded in a SBGNview object.
A SBGNview class object
## Not run: outputFile(SBGNview.obj) <- "test.output.file" ## End(Not run)