Question: what is wrong with this r code = myData
what is wrong with this r code = myData <- scan("C:\Users\katie\OneDrive\IN300_Dataset2.txt") myData2D <- matrix(myData, nrow = 2500, ncol = 1000) myData3D <- myData dim(myData3D) <- c(2500,10,10) sliced2D <- myData2D[,2:5] print(myData) print(myData2D) print)myData3D) print(sliced2D)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
