? ?name ?object ?name(object, ...) ?methods(name)
?plot # help on plot function ?myfit # documentation for all the classes of object myfit ?"+" # addition (and other arithmetic) Note the need for quotes ?plot(myfit) # tell me about the plot methods for myfit ?">"(obj, 0) # tell me about the ">" methods for obj