How to do this in an elegant way formatrix/data frame/zoo?

mat=
1 2 3
4 5 6
7 8 9

vector=
1
2
3


result=
0 1 2
2 3 4
4 5 6

ie
1-1  2-1  3-1
4-2  5-2  6-2
7-3  8-3  9-3

Thanks in advance.

_________________________________________________________________


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