matrix - Matrix
matrix
# create set of real numbers to convert to matrix x <- [[1, 1], [1, 1]] # convert x to matrix object y <- matrix(x)