[R] alias for a class
Christophe Genolini
cgenolin at u-paris10.fr
Fri Mar 14 10:26:49 CET 2008
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
More information about the R-help
mailing list