Displaying 1 result from an estimated 1 matches for "tp4660110p4660129".
2013 Mar 03
1
Ordering Table Columns
...[tbl$ShirtSize,]
# Reorder Factor
tbl$ShirtSize = factor(tbl$ShirtSize, levels=c("S","M","L","XL","XXL"))
# ShirtSize Order by Size
tbl[tbl$ShirtSize,]
Pete
--
View this message in context: http://r.789695.n4.nabble.com/Ordering-Table-Columns-tp4660110p4660129.html
Sent from the R help mailing list archive at Nabble.com.