Skip to content
Prev 13608 / 15075 Next

Question about stripchart

I?ll try that.  Thank you again.

From: Richard M. Heiberger <rmh at temple.edu>
Date: Tuesday, February 2, 2021 at 5:20 PM
To: Parkhurst, David F. <parkhurs at indiana.edu>, r-sig-mac at r-project.org <r-sig-mac at r-project.org>
Subject: Fw: Question about stripchart
months<-c("Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec")

monames.factor <- factor(monamescon$monames, levels=months)
stripchart(conc~monames.factor, data=monamescon, vert=TRUE)

read the help file
?factor

and see that the levels factor must contain unique values.

Please always keep the list as a recipient when you respond.
This question belongs on R-help at r-project.org
because it is not Macintosh specific.
Any followup should be sent to R-help at R-project.org
Message-ID: <BN7PR08MB4114B7092671FD81C458B31ED0B59@BN7PR08MB4114.namprd08.prod.outlook.com>
In-Reply-To: <CO1PR11MB5107BD49343AC6C3307A9358D2B59@CO1PR11MB5107.namprd11.prod.outlook.com>