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 Nov. 4, 2023, 1:06 a.m.