Nothing
#'
#' removeSample.Spectra
#'
#' @author `r .writeDoc_Authors("BH")`
#' @noRd
#' @export
#'
removeSample.Spectra <- function(spectra, rem.sam) {
.chkArgs(mode = 11L)
if (missing(rem.sam)) stop("Nothing to remove")
chkSpectra(spectra)
spectra <- .remGrpSam(spectra, rem.sam, FALSE)
return(spectra)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.