R/control.R

setMethod("name", "RobAStControl", function(object) object@name)
setReplaceMethod("name", "RobAStControl", function(object,value) {object@name <- value; object})

Try the RobAStBase package in your browser

Any scripts or data that you put into this service are public.

RobAStBase documentation built on Feb. 2, 2024, 3 p.m.