Rev 68802 | 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, # a generic functionassertError)# and a simple one## own classesexportClasses(pubClass)exportMethods(## for own generics:pubGenf,## for other generics:plot, show)## The "Matrix-like"exportClasses("atomicVector", "array_or_vector")