Nothing
## access methods
setMethod("center", "RobModel", function(object) object@center)
setMethod("neighbor", "RobModel", function(object) object@neighbor)
## replace methods
setReplaceMethod("center", "RobModel",
function(object, value){ object@center <- value; object })
setReplaceMethod("neighbor", "RobModel",
function(object, value){ object@neighbor <- 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.