Rev 76147 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
importFrom("graphics", plot) # because we want to define methods on it## Generics and functions defined in this packageexport(pubGenf, pubfn, # generic functionsassertError)# and a simple one## own classesexportClasses(pubClass, subClass)# both classes [where 'pkgA' only exports main class]exportMethods(## for own generics:pubGenf, pubfn,## for other generics:plot, show)## The "Matrix-like"exportClasses("atomicVector", "array_or_vector")exportClasses("M", "dM", "diagM", "ddiM") ## but *not* "mM" !