outputFile {SBGNview}R Documentation

Retrieve output file information from a SBGNview object

Description

Retrieve output file information from a SBGNview object

Usage

outputFile(obj)

Arguments

obj

A SBGNview object.

Details

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.

Value

A string. The output file information. The same as parameter "output.file" when running SBGNview

Examples

data("SBGNview.obj" )
outputFile(SBGNview.obj) 

[Package SBGNview version 1.2.0 Index]