Saturday, September 21, 2013

Topic 2: Help and Finding Resources on R

To search for a topic, type:
> ? plot
This will bring up help topic on plot function.

If you are connected to the Internet, you can use the RSiteSearch() function that searches for key words or
phrases in the mailing list archives, R manuals, and help pages. For example, type the following:

> RSiteSearch('decision tree')

This will bring up tons of resources on Decision Tree.

Another place to look for help is: http://www.rseek.org




No comments:

Post a Comment