### =========================================================================
### The start(), `start<-`(), end(), `end<-`(), width(), and `width<-`()
### generics
### -------------------------------------------------------------------------
###
### stats::start and stats::end are S3 generics.
setGeneric("start")
setGeneric("start<-", signature="x",
function(x, ..., value) standardGeneric("start<-")
)
setGeneric("end")
setGeneric("end<-", signature="x",
function(x, ..., value) standardGeneric("end<-")
)
setGeneric("width", function(x) standardGeneric("width"))
setGeneric("width<-", signature="x",
function(x, ..., value) standardGeneric("width<-")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.