How to display data content on a only row?
Thom_249 wrote:
I have data like this: [1] 16.8000000 6.5333333 5.0666667 3.9333333 2.2000000 1.6666667 [7] 1.2000000 1.0666667 0.7333333 0.6666667 And I want that all these data, printed on a 4 rows instead of 8, and it's be great without the "[x]"
First look would be cat(). Second, tell us where you got the data from. Matrix? Many vectors? Dieter
View this message in context: http://www.nabble.com/How-to-display-data-content-on-a-only-row--tp23497437p23498397.html Sent from the R help mailing list archive at Nabble.com.