highlightArcs {SBGNview}R Documentation

Highlight arcs by arc class

Description

This function creates another function that can modify a SBGNview object and modify arc. Normally we use it as an argument to +.SBGNview and modify a SBGNview object

Usage

highlightArcs(class = "all", color = "black", line.width = 2,
  tip.size = 6)

Arguments

class

String. The arc class to modify.

color

String.

line.width

Numeric.

tip.size

Numeric

Value

A function that modify a SBGNview object to change arc color.

Examples

data(SBGNview.obj)
obj.new = SBGNview.obj + 
            highlightArcs(class = "production",color = "red") 
            

[Package SBGNview version 1.2.0 Index]