#' @export
setMethod("bands", "SimulationFilter", function(x) x@bands)
#' @export
setMethod("bands<-", "SimulationFilter", function(x, value){
x@bands <- value
if (validObject(x, complete = TRUE)) return(x)
})
#' @export
setMethod("bands", "SimulationFiles", function(x){
return(bands(simulationFilter(x = simData)))
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.