Re: [R] Multiple area plots to share the same x-axis

2011-03-30 Thread jovian
d and shamelessly bump this question up the list. >> I saw that out of the 34 posts yesterday, only 9 did not receive an >> answer. Perhaps someone who finds this question trivial is checking >> his e-mail right now :) >> >> Werner >> >> On Tue, Mar 29, 2011 at

[R] Multiple area plots to share the same x-axis

2011-03-29 Thread jovian
Hello, I asked a similar question before but in an existing thread. I am not sure if it is proper etiquette to repost a similar question as a new tread, I think in this case, it might be because this way more people can see it and perhaps learn from it. (Also, part of the existing thread became pr

[R] questions regarding stat_smooth in ggplot area plot

2011-03-24 Thread jovian
Hello, I drew a simple area plot using ggplot2 using set <- read.table(file="http://www.jovian.nl/set.csv";, head=1, sep=",") library(ggplot2) ggplot() + layer( data = set, mapping = aes(x = time, y = hours), geom = "area", stat="smooth", color="red" ) + layer( data = set, mapping = aes(x