> "HLS" == Han Lin Shang <[EMAIL PROTECTED]>
> on Sun, 26 Oct 2008 18:02:20 +1100 writes:
HLS> Hi Dear R-users: I am building a R package and would
HLS> like to create a generic variance function. Here is how
HLS> I did
HLS> var=function(x,...) { UseMethod("var") }
Hi Dear R-users:
I am building a R package and would like to create a generic variance
function. Here is how I did
var=function(x,...)
{
UseMethod("var")
}
I wrote a Rd file, put the R code in the right directory, and named var,
var.default in the namespace. However, once I typed rcmd check
2 matches
Mail list logo