#----------------------------
# Get/Set Methods
#----------------------------
#' Method num.
#' @name num
#' @rdname num-methods
#' @exportMethod num
setGeneric("num", function(x) standardGeneric("num"))
#' Method type.
#' @name type
#' @rdname type-methods
#' @exportMethod type
setGeneric("type", function(x) standardGeneric("type"))
#' Method csd.
#' @name Sensor-class
#' @rdname Sensor-class
#' @exportMethod csd
setGeneric("csd", function(x) standardGeneric("csd"))
#' Method ssd.
#' @name Sensor-class
#' @rdname Sensor-class
#' @exportMethod ssd
setGeneric("ssd", function(x) standardGeneric("ssd"))
#' Method dsd.
#' @name Sensor-class
#' @rdname Sensor-class
#' @exportMethod dsd
setGeneric("dsd", function(x) standardGeneric("dsd"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.