0 votes
in R Language by
What is difference between matrix and dataframes in R language?

1 Answer

0 votes
by

Dataframe can contain different type of data but matrix can contain only similar type of data.

...