mirror of
https://asciireactor.com/otho/cs-5821.git
synced 2024-11-22 17:25:06 +00:00
10 lines
134 B
R
10 lines
134 B
R
|
x <- c(1,3,2,5)
|
||
|
x
|
||
|
x <- c(1,3,2,5)
|
||
|
q()
|
||
|
x = matrix ( data = c (1,2,3,4), nrow=2, ncol=2)
|
||
|
x
|
||
|
matrix ( c(1,2,3,4),2,2,byrow=TRUE)
|
||
|
ls()
|
||
|
q()
|