next up previous
Next: Plot Up: R-tutorial Previous: Basics: data manipulation/massaging

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: data manipulation/massaging
Naoki Takebayashi 2009-03-27