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