Author Login
Post Reply
res <- combn(4,2)
result <- LETTERS[res]
dim(result) <- dim(res)
result
## Rich
[[alternative HTML version deleted]]
______________________________________________
R-help@(protected)
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.