http://hughesbennett.co.uk/GettingHelpWithRFunctions
©2012 Hughes Bennett Education
Hughes Bennett EducationQuestions by topic
Primary school
Secondary school
Computers & networks
Business economics

SMART subscriptions
Login
Subscribe
SMART Learning Method™

Popular software tools
Octave
Maxima
R Project
Graphviz
Context Free

All software tools
Bamboo Toolbox



Search

Terms & conditions
Privacy policy

Updated 2012-03-05 13:58:31
©2012 Hughes Bennett Education
Published using WikkaWiki

Getting help with R functions


R scripts use 3 convenient commands to display information about functions. The help() command displays all information about a function. The args() command displays a brief summary of the parameters to a function. The example() command displays examples of the function. Information may not be available for some functions and there may be some text that does not display properly in a web browser.