cs-5821/lab2/.Rhistory
2017-02-08 02:20:48 -05:00

10 lines
134 B
R
Executable File

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()