highlightArcs: Highlight arcs by arc class

View source: R/highlight.utilities.R

highlightArcsR Documentation

Highlight arcs by arc class

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

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

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

## End(Not run)

datapplab/SBGNview documentation built on June 20, 2022, 9:55 p.m.