[R] How to draw the graph???
Rlotus
yerlan_ at hotmail.com
Fri Oct 26 02:14:44 CEST 2012
plot(y,x, ylab="sample mean",xlab="sample size")
for (i in seq(1:20))
> {rsidpVector= rsidp(1)
> x<-mean(rsidpVector)
> y<-length(number)
>print (rsidpVector)
> print(x)
sorry, but how i can use points function in the loop?
--
View this message in context: http://r.789695.n4.nabble.com/How-to-draw-the-graph-tp4647464p4647482.html
Sent from the R help mailing list archive at Nabble.com.
More information about the R-help
mailing list