It would be easier to answer your question if we knew what your data look like, what R commands you've tried, and what result you want.
One possibility: plot the data against 1:nrow(yourdata), and add the row names as labels. Sarah On Thu, Dec 11, 2008 at 2:35 PM, qroberts <lvaic...@bu.edu> wrote: > > I'm new to R so forgive me if this seems like a simple question: > > So I have table where the row titles are string variables. When I plot the > data with rows along the x-axis, the data is ordered alphabetically as > opposed to the order of the table. > > How can I preserve the row order of the table in the plot? > > Thanks in advance. -- Sarah Goslee http://www.functionaldiversity.org ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.