Skip to content
Prev 82229 / 398502 Next

how to extract row& col names from a matrix

You mean somthing like the following?
cat("(");cat(rownames(a),sep=",");cat(")")
cat("(");cat(colnames(a),sep=",");cat(")")

Best regrads,
Kristel
shanmuha boopathy wrote: