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)
}
pik-piam/magclass documentation built on May 2, 2024, 5:13 p.m.