Matrix

 

 

Create the following matrix, which stores the name and suit of every card in a royal
flush.
## [,1] [,2]
## [1,] “ace” “spades”
## [2,] “king” “spades”
## [3,] “queen” “spades”
## [4,] “jack” “spades”
## [5,] “ten” “spades”

 

 

This question has been answered.

Get Answer