[ top | up ]

Online Documentation

Syntax

?topic
help(topic)
?data(topic)
?library(topic)

Arguments

topic the topic for which documentation is desired.

Description

help provides online access to documentation. Documentation can also be retrieved using ?fname.

In some cases, particularly functions like + or for, fname will have to be quoted.

See Also

methods.

Examples

help(help) help("for") # or ?'for' ?"+" <P> ?data(index) #-- gives a list of all the available datasets ?data(women) #-- information about 'women' dataset ?library(mva)#-- what is available in library(mva)