rbind2,Ramanome,Ramanome-method | R Documentation |
setMethod("plot", signature(x = "Ramanome", y = "character"), function(x, y, ...) tmp <- hyperSpec::plot(x, y, ...) if (is(tmp, "trellis")) hyperSpec::print(tmp) invisible(tmp) ) Combine Ramanome objects by row binding
## S4 method for signature 'Ramanome,Ramanome'
rbind2(x, y)
x |
The first Ramanome object |
y |
The second Ramanome object |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.