rbind2-Ramanome-Ramanome-method: #' Plot method for Ramanome objects #' #' @param x The...

rbind2,Ramanome,Ramanome-methodR Documentation

#' Plot method for Ramanome objects #' #' @param x The Ramanome object #' @param y Character specifying the plot type #' @importFrom hyperSpec plot #' @importFrom hyperSpec print #' @importFrom methods setMethod

Description

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

Usage

## S4 method for signature 'Ramanome,Ramanome'
rbind2(x, y)

Arguments

x

The first Ramanome object

y

The second Ramanome object


gongyh/RamanD2O documentation built on Dec. 13, 2024, 8:39 a.m.