[R] conversao para matriz

Spencer Graves spencer.graves at pdf.com
Fri May 30 17:51:03 CEST 2003


Have you considered "regexpr" and "substr" or "substring"?

hth.  spencer graves

Danilo Tadashi Tagami Kamimura wrote:
> olá,
> estou tentando converter a variável b (abaixo) em uma matriz com duas
> colunas, sem muito sucesso, alguém teria alguma sugestão?
> 
> muito obrigado,
> 
> a<-outer(1:5,1:7,FUN="paste")
> b<- sample(a,10)
>  [1] "4 2" "5 7" "3 3" "4 1" "4 5" "3 5" "5 2" "2 1" "3 7" "1 4"
> 
> Matriz desejada:
> 
>  4   2
>  5   7
>  ......
>  3  7
>  1  4 
> 
> __________________________________
>         Danilo Tadashi Tagami Kamimura
>    Engenharia Agronômica   ESALQ   USP
> <<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>
> 
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help




More information about the R-help mailing list