stress.order <-
function (data.d)
{
return(attr(data.d, "stress.order"))
}
#
#
`stress.order<-` <-
function (data.ld, value)
{
attr(data.ld, "stress.order") <- value
return(data.ld)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.