take a look at: ?polygon b On Jan 25, 2007, at 8:18 AM, Mauricio Cardeal wrote: > Please, how to fill the area under the curve? > > x <- c(1:10) > y <- c(rnorm(10)) > plot(x,y) > lines(x,y) > > Thanks, > Mauricio Cardeal