[R] The best way for making speciall matrix

Vahid Borji v@h|d@borj|65 @end|ng |rom gm@||@com
Sat May 23 11:45:37 CEST 2020


Hi my friends,

I want to make the below matrix in r:

1 0 0 4

0 2 0 5

0 0 3 6

I used the below code:

matrix(c(1,0,0,0,2,0,0,0,3,4,5,6),nrow=3)

My code works. But I do not like my solution way. I am thinking to find the
simplest way for making this matrix. Do you think my code is the simplest
code for making this matrix? If not, could anyone writes a simpler code
than my one?

	[[alternative HTML version deleted]]



More information about the R-help mailing list