[R] String to array

Romildo Martins romildo.martins at gmail.com
Thu Dec 9 15:24:24 CET 2010


Hello,

how convert x in xarray (numbers)?

> x
[1] "0 - 13"
> y
[1] "11 - 23"
> z
[1] "220 - 9"
> xarray
[1]  0 13
> yarray
[1] 11 23
> zarray
[1] 220   9



Thanks,

RMB



More information about the R-help mailing list