Skip to content
Prev 32683 / 398526 Next

conversao para matriz

Danilo Tadashi Tagami Kamimura wrote:
On this list in english, please.
I guess you are going to do something like

   matrix(as.numeric(unlist(strsplit(b, " "))), ncol = 2, byrow = TRUE)

[I don't get the point why you use a character vector for those values.]

Uwe Ligges