- 1. about S-plus graph (score: 1)
- Author: "Liu Zhigang" <email.lzg@gmail.com>
- Date: Mon, 29 May 2006 15:32:27 +0800
- I am working with basic statistical graph. Anybody can tell me how to make density line with histogram according S-Plus command? I can get it on menu selection, but I want to using it in my script. t
- /archives/html/s-news/2006-05/msg00096.html (7,185 bytes)
- 2. Re: about S-plus graph (score: 1)
- Author: "Dimitris Rizopoulos" <dimitris.rizopoulos@med.kuleuven.be>
- Date: Mon, 29 May 2006 09:43:07 +0200
- try the following: x <- rnorm(1000) ks <- ksmooth(x, kernel = "normal", bandwidth = bandwidth.nrd(x)) hist(x, prob = TRUE, ylab = "density", col = 0) lines(ks$x, ks$y, col = 6, lwd = 3) I hope it hel
- /archives/html/s-news/2006-05/msg00097.html (7,786 bytes)
This search system is powered by
Namazu