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")
}
paulponcet/flifo documentation built on May 24, 2019, 10:32 p.m.