×
×
Correct!
Insert the missing parts to create an array with two dimensions.
thisarray <- c(1:24)
multiarray <- @(5)(thisarray, @(3) = c(4, 3, 2))
thisarray <- c(1:24)
multiarray <- array(thisarray, dim = c(4, 3, 2))
Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 40 exercises.
Are you sure you want to continue?