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

______________________________________________
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.

Reply via email to