next up previous
Next: Plot Up: R-tutorial Previous: Basics

Functions

R functions are used to provide users with programmed procedures. There are many convenient functions which come with R. For example, you have used c(), rbind(), dim(), read.table(). You can learn how to use functions by help(``functionName''). If you don't know the function name, use help.search(``keywords'').

> help("read.table")
> help.search("ridge regression")


next up previous
Next: Plot Up: R-tutorial Previous: Basics
Naoki Takebayashi 2008-02-11