Nothing
#'
#' removeGroup.Spectra
#'
#' @author `r .writeDoc_Authors("BH")`
#' @noRd
#' @export
#'
removeGroup.Spectra <- function(spectra, rem.group) {
.chkArgs(mode = 11L)
if (missing(rem.group)) stop("Nothing to remove")
chkSpectra(spectra)
spectra <- .remGrpSam(spectra, rem.group, TRUE)
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.