Dear all:

I have a question regarding on how to take the lower triangular part from a
full matrix.
for example
    1 2 3                   1 0 0
    3 4 5         to       3 4 0
    7 8 9                   7 8 9

Thanks,
Joey

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

Reply via email to