Description Usage Arguments Value Examples
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
1 2 | highlight.arcs(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.
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.