Package Help


In addtion to the help available from the GUI menu bar, help can also be obtained from the command line. Use the command help(topic) or ?topic.

One can also search the help documents using the command help.search(...).

Original Documentation : help, help.search
Samples

# To get information about the plot command using the ? operator.

  ?plot 

# To get information about the plot command using the help command

  help('plot')

# Searching for all information on matrix

  help.search('matrix');


UCLA Mathematics Department ©2000