Displaying 1 result from an estimated 1 matches for "secl".
Did you mean:
sec
2012 Nov 29
1
Coerce rownames to factor for ordering
...)<- reorder(as.factor(rownames(DataToPlot..)),
new.order = c("Summer","Fall","Winter","Spring"))
The rownames do not reorder nor do they remain factors.
Perhaps I can just sort these in the plot? Not sure whats easier/possible?
barchart(DataToPlot..SeCl , horizontal = FALSE, ylab = "Average Weekday
Counts",
group = colnames(DataToPlot..SeCl ), col =
Colors.[rownames(DataToPlot..SeCl)] )
Thanks for any help.
Josh
--
View this message in context: http://r.789695.n4.nabble.com/Coerce-rownames-to-factor-for-ordering-tp4651330.html...