outputFile<- {SBGNview}R Documentation

Set output file information for a SBGNview object

Description

Set output file information for a SBGNview object

Usage

outputFile(obj) <- value

Arguments

obj

No need to provide

value

No need to provide

Details

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.

Value

A SBGNview object

Examples

data("SBGNview.obj" )
outputFile(SBGNview.obj) = "./test.output"

[Package SBGNview version 1.2.0 Index]