Monday, January 28, 2008

R help in a browser

Really annoying to try to look up docs in a window you are using. Instead, try this:

help.start() # this will start up documentation in a browser
help(plot) # shows documentation in browswer window now!

No comments: