Skip to content
Prev 3397 / 15274 Next

Slots as @title and @documentation in S-Plus

You may use attributes, e.g.

attr(vMatrix,"title") <- "The first time and so on."
attr(vMatrix,"title")

(see ?attr for details, especially for the list of "reserved" attribute 
names).

Martin
Wind wrote: