Google News
logo
R - Interview Questions
Explain general format of Matrices in R?
General format is :
 
Mymatrix< - matrix (vector, nrow=r , ncol=c , byrow=FALSE,
dimnames = list ( char_vector_ rowname, char_vector_colnames))
Advertisement