highlightArcs: Highlight arcs by arc class

Description Usage Arguments Value Examples

View source: R/highlight.utilities.R

Description

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.

Usage

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

Arguments

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.

Value

A SBGNview object

Examples

1
2
3
4
## Not run: 
obj.new <- SBGNview.obj + highlightArcs(class = 'production', color = 'red') 

## End(Not run)

SBGNview documentation built on March 3, 2021, 2 a.m.