Description Usage Arguments Value Examples
This binary operator ("+") modifies a SBGNview object(first argument) using a function (second argument)
1 2 | ## 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*
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.