[R] Order of boxplots
Jeff Newmiller
jdnewmil at dcn.davis.CA.us
Tue Sep 15 03:44:41 CEST 2015
Make your factor variable deliberately. That is, specify the levels parameter with the values in order when you create the factor.
---------------------------------------------------------------------------
Jeff Newmiller The ..... ..... Go Live...
DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go...
Live: OO#.. Dead: OO#.. Playing
Research Engineer (Solar/Batteries O.O#. #.O#. with
/Software/Embedded Controllers) .OO#. .OO#. rocks...1k
---------------------------------------------------------------------------
Sent from my phone. Please excuse my brevity.
On September 14, 2015 6:23:50 PM PDT, li li <hannah.hlx at gmail.com> wrote:
>Hi all,
> I have the following data "tmp" and I want to plot boxplots for
>each level of the factor "type" and the order the factor should be c,
>b ,a. In other words, the boxplot corresponding to the level "c"
>should be the first and so on.
>Any suggestions?
> Li
>
>> tmp
> result type
>1 101 a
>2 101 a
>3 101 a
>4 101 a
>5 101 a
>6 101 a
>7 100 a
>8 106 b
>9 91 b
>10 78 b
>11 95 b
>12 111 b
>13 92 b
>14 98 b
>15 108 c
>16 112 c
>17 98 c
>18 102 c
>19 88 c
>20 86 c
>21 81 c
>
>______________________________________________
>R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see
>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.
More information about the R-help
mailing list