Skip to content
Prev 13607 / 15075 Next

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: <CO1PR11MB5107BD49343AC6C3307A9358D2B59@CO1PR11MB5107.namprd11.prod.outlook.com>
In-Reply-To: <BN7PR08MB4114B8CD98B92964475012D0D0B59@BN7PR08MB4114.namprd08.prod.outlook.com>