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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!