highlight.arcs: Highlight arcs by arc class

Description Usage Arguments Value Examples

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

1
2
highlight.arcs(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

1
2
3
4
5
6
7
8
 data(SBGNview.obj)
## Not run: 
data("SBGNview.obj" )
obj.new = SBGNview.obj + 
            highlight.arcs(class = "production",color = "red") 
            

## End(Not run)

chemokine/OmicsSBGN documentation built on June 27, 2019, 7:52 p.m.