0 votes
in R Basics by
Explain general format of Matrices in R?

1 Answer

0 votes
by

General format is

Mymatrix< - matrix (vector, nrow=r , ncol=c , byrow=FALSE,

dimnames = list ( char_vector_ rowname, char_vector_colnames))

Related questions

0 votes
asked Feb 22, 2023 in R Basics by SakshiSharma
0 votes
asked Jun 15, 2023 in R Basics by john ganales
...