R/AllClasses.R

##' List of GENOME instances
##'
##' Subclass of S4Vectors SimpleList, where each entry is an PopGenome
##' GENOME instance
##'
##' @export
##' @rdname GENOMEList-class
##'
setClass("GENOMEList",
         contains = "SimpleList",
         prototype = prototype(elementType = "GENOME")
         )
percyfal/nonmodelr documentation built on Sept. 11, 2019, 10:38 a.m.