R/copyCdfEnvAffy.R

Defines functions copyCdfEnvAffy

Documented in copyCdfEnvAffy

copyCdfEnvAffy <- function(acdfenv) {

  r <- acdfenv
  r@envir <- copyEnv(acdfenv@envir)

  return(r)
}

Try the altcdfenvs package in your browser

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

altcdfenvs documentation built on Nov. 8, 2020, 7:12 p.m.