Skip to content
Back to formatted view

Raw Message

Message-ID: <1345485638214-4640807.post@n4.nabble.com>
Date: 2012-08-20T18:00:38Z
From: David Arnold
Subject: Beside Barplot

All,

Is there a way to get a barplot with beside for the following without
reshaping mydata? 


opinion <- c("Almost no chance", "Probably Not","50-50 Chance","A good
chance","Almost certain")
female <- c(96,426,696,663,486)
male <- c(98,286,720,758,597)
mydata<-data.frame(opinion,female,male)

Thanks

David



--
View this message in context: http://r.789695.n4.nabble.com/Beside-Barplot-tp4640807.html
Sent from the R help mailing list archive at Nabble.com.