Roger,

> Is there some means of changing 'data=s1[,3]' to accomplish this?

there may be some more formal way (and i think some of the
data.frame.alternative packages, like data.table:: or dplyr::, have
their own ways), but you might try transposing

> t(data=s1[,3])

cheers, Greg

Reply via email to