[R] Problems with boxplot in ggplot2:qplot

Dimitri Shvorob dimitri.shvorob at gmail.com
Sun Feb 14 20:34:57 CET 2010


... Unfortunately, a problem remains: I cannot label x ticks a la 'names.arg
=  '. 

month has values like '2009-01-01', '2009-02-01', etc., while I would prefer
'Jan', 'Feb'. Using

closed$month = format(closed$month, "%b") 

disrupts the order of plot's panels, which now follows the alphabetic order
of month names.

-- 
View this message in context: http://n4.nabble.com/Problems-with-boxplot-in-ggplot2-qplot-tp1555338p1555358.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list