Skip to content
Prev 309370 / 398506 Next

newbie: embeding seq in a list

s <- seq(0.8, 1.2, by = 0.1)
as.list(s)

to get the first type of list from the sequence.
On 30.10.2012, at 16:51, ONKELINX, Thierry wrote: