Skip to content
Prev 362886 / 398498 Next

how to create column names for the matrix

On 07/27/2016 11:40 AM, Herv? Pag?s wrote:
or maybe

   colnames(matrix1) <- paste(rep(1:5, each=length(chars)), chars, sep="-")

is what you're after.

H.