[R] Can R make an usual dotplot

Dieter Menne dieter.menne at menne-biomed.de
Thu Feb 18 08:33:53 CET 2010



aegea wrote:
> 
> 
> Can R make an usual dotplot just like Minitab and other softwares?
> 
> I have the following data, and can use dotchart to graph a dotplot:
> 
> ....
> 
> But I don't want the dots on different level of y-axis since y-axis has no
> meaning here. 
> 

y = rnorm(10)
plot(y,rep(1,10),xlab="hallo",ylab="what?")
library(lattice)
dotplot(y,xlab="hallo",ylab="what?")

Dieter


-- 
View this message in context: http://n4.nabble.com/Can-R-make-an-usual-dotplot-tp1559649p1559732.html
Sent from the R help mailing list archive at Nabble.com.



More information about the R-help mailing list