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