R/setCells.R

Defines functions setCells

Documented in setCells

#' @describeIn getCells set cell names
#' @export
setCells <- function(object,nm="GLO") {
  getCells(object) <- nm
  return(object)
}
tscheypidi/magclass documentation built on May 21, 2024, 12:55 p.m.