Displaying 1 result from an estimated 1 matches for "mycoolfunction".
Did you mean:
coolfunction
2008 Mar 14
1
alias for a class
Hi the list
Is it possible to give two names for a class ? One long name for using
in programmation, and one short name for the "quick and durty" uses ?
With function, we can do
mcf <- myCoolFunction <- function(x)....
With class, I define "clusterizedLongData", I want to use it with the
full name when I am writing my code, but I would like something like cld
when I make a demo, or when I try things on console... Is it possible ?
Thanks
Christophe