R/aaa_allclasses.R

setClass("brobmat", slots = c(x="matrix",positive="logical"))
setClass("swift",
         representation = "VIRTUAL"
         )

setClass("brob",
         slots    = c(x="numeric",positive="logical"),
         contains = "swift"
         )

setClass("glub",
         slots    = c(real="brob",imag="brob"),
         contains = "swift"
         )

Try the Brobdingnag package in your browser

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

Brobdingnag documentation built on Oct. 19, 2022, 5:14 p.m.