Is there any way to fill the area within a plotted line and a horizontal line, e.g. in the following example:

x <- rnorm(100)
plot(x,type="l")
abline(h=0)

Thanks for any help.

Christof

______________________________________________
[EMAIL PROTECTED] mailing list
http://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to