Tuesday 1 July 2014

R package structure

Creating R Packages: A Tutorial

A generic function is a standard R function with a special body, usually containing only a call to UseMethod:
for example,
limod=function(x,...) UseMethod("linmod")

No comments:

Post a Comment