setClass(
Class = "ICurve"
)
setGeneric(
name = "SetCurve",
def = function(curve) {
standardGeneric("SetCurve")
}
)
setGeneric(
name = "SetIntegration",
def = function(curve) {
standardGeneric("SetIntegration")
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.