Re: [R] ggplot2: goem_smooth and suppress messages

2012-03-19 Thread tibaker
Thank you for your help! -- View this message in context: http://r.789695.n4.nabble.com/ggplot2-goem-smooth-and-suppress-messages-tp4476700p4486427.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list https

[R] ggplot2: goem_smooth and suppress messages

2012-03-15 Thread tibaker
Hi When I run my script using ggplot and geom_smooth I get messages that I would like to suppress: p <- ggplot(dataSubset) p <- p + aes(x = as.Date(factor(key),format="%Y%m%d")) + geom_line() p <- p + geom_smooth(span=0.2,se=FALSE,size=0.7) The messages look like this: geom_smooth: method="auto"