##' 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")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.