R/methods.R

Defines functions `[.dmclist`

#' @export
`[.dmclist` <- function(x, i, ...) {
  y <- .subset(x, i)
  attributes(y) <- attributes(x)
  return(y)
}

Try the DMCfun package in your browser

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

DMCfun documentation built on Oct. 25, 2021, 9:09 a.m.