Nothing
setClass("StoichiometryMath", representation(math = "expression"), contains = "SBase")
setMethod("describe", "StoichiometryMath",
function(object) as.character(object@math))
setMethod("math", "StoichiometryMath", function(object) object@math)
setReplaceMethod("math", "StoichiometryMath", function(object, value) {
object@math <- asMath(value)
object
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.