+.SBGNview {SBGNview} | R Documentation |
This binary operator ("+") modifies a SBGNview object(first argument) using a function (second argument)
## S3 method for class 'SBGNview' SBGNview.obj + fn
SBGNview.obj |
An object of class SBGNview |
fn |
A character string. The name of any funtion that modifies and returns a SBGNview object. Some functions are available in SBGNview package: |
The returned value of *fn*
data(SBGNview.obj) obj.new = SBGNview.obj + highlightArcs(class = "production",color = "red")