There is a plot in excel like depth plot. From top to down it has a gradient color. It has nothing to do with line or data. How can I do that in R?
I simple use plot(x, y, type="l"), I could not find any method to make the area of the whole plot gradient.