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
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
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
3 matches
Mail list logo