Advanced Search
Stay Signed In
Don't have an account yet?
Start a Free Trial
Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
R in Action
One of R’s greatest strengths is the user’s ability to add functions. In fact, many of the functions in R are functions of existing functions. The structure of a function looks like this:
myfunction <- function(arg1, arg2, ... ){ statements return(object) }
You are currently reading a PREVIEW of this book.
Get instant access to over $1 million worth of books and videos.