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)
}

Try the magclass package in your browser

Any scripts or data that you put into this service are public.

magclass documentation built on July 9, 2023, 7:03 p.m.