Hi, there is a function Skewness() under fBasics package. If I type "skewness", I get followings:
> skewness function (x, ...) { UseMethod("skewness") } <environment: namespace:timeDate> Would be great if someone tell me how to see the codes of this function. 2ndly suppose I create following function: fn1 <- function(x) return(x+2) How I can make above kind of shape like, when user types "fn1" then he will see: fn1 function(x,.) { UseMethod("fn1") } .......... Etc. Thanks and regards, [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.