0 votes
in R Basics by
What are the data structures in R that is used to perform statistical analyses and create graphs?

1 Answer

0 votes
by

R has data structures like

  • Vectors
  • Matrices
  • Arrays
  • Data frames
...