Review the statements below. Does the use of the dim function change the class of y, and if so what is y's new class?> y dim(y)

🎲 Try a Random Question  |  Total Questions in Quiz: 47  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
R (Programming Language) Quiz — practice the complete quiz, review flashcards, or try a random question.

R (Programming Language) MCQs For LinkedIn Skill Assessments.


Review the statements below. Does the use of the dim function change the class of y, and if so what is y's new class?<br><br>> y <- 1:9<br>> dim(y) <- c(3,3)<br>