highlightArcs {SBGNview} | R Documentation |
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
highlightArcs(class = "all", color = "black", line.width = 2, tip.size = 6)
class |
String. The arc class to modify. |
color |
String. |
line.width |
Numeric. |
tip.size |
Numeric |
A function that modify a SBGNview object to change arc color.
data(SBGNview.obj) obj.new = SBGNview.obj + highlightArcs(class = "production",color = "red")