R/MethodEPG.R

##' expand EPG
##' 
##' see function
##' 
##' 
##' @aliases [.EPG
##' @keywords internal
##' @export
"[.EPG" <- function (palates, i, j, k) 
{
  o <- NextMethod("[")
  class(o) <- c("EPG")
  o
}

Try the emuR package in your browser

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

emuR documentation built on May 29, 2024, 2:33 a.m.