Menu
×
×
Correct!
Exercise:Insert the missing parts to create an array with two dimensions.
thisarray <- c(1:24)
multiarray <- array(thisarray, dim = c(4, 3, 2))
Not CorrectClick here to try again. Correct!Next ❯thisarray <- c(1:24) multiarray <-(thisarray, = c(4, 3, 2)) |