View source: R/highlight.utilities.R
highlightArcs | R Documentation |
This function can modify a SBGNview object's arc. Normally we use it as an argument to +.SBGNview
and modify a SBGNview object. Run help("+.SBGNview")
for more information.
highlightArcs(class = "all", color = "black", line.width = 2, tip.size = 6)
class |
A character string. Default: "arc". The arc class to modify. |
color |
A character string. Default: "black". The color of arcs with selected 'class'. |
line.width |
Numeric. Default: 2. Line thickness. |
tip.size |
Numeric. Default: 6. Tip size. |
A SBGNview object
## Not run: obj.new <- SBGNview.obj + highlightArcs(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.