Displays the help file of a function. |
||
Syntax |
help() help(keyword) |
|
Argument |
Name |
Description |
|
keyword |
A string (the keyword. |
Example |
Syntax |
|
|
help(); // opens help (main index) help('help') // opens help on this page help('PlotLine') // opens help about PlotLine function |
|
See Also: |