0 votes
in Data Handling by
What will the following lines of code return

x <- matrix(1:18, 6, 3)

apply(x, 2, sum)

1 Answer

0 votes
by
vector of 3 elements

Related questions

0 votes
asked May 27, 2019 in Data Handling by tempuser
+1 vote
asked May 27, 2019 in Data Handling by tempuser
...