R/subset.R

#' @export
#' 
"[.stack" <-
function(x, i)
{
  stop("stacks have no '[.' method available")
}


#' @export
#' 
"[[.stack" <-
function(x, i)
{
  stop("stacks have no '[[.' method available")
}

Try the flifo package in your browser

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

flifo documentation built on May 2, 2019, 1:26 a.m.