Search Archives
Search tips
from:Name
Search by author name, e.g. from:Duncan Murdoch
"exact phrase"
Match an exact phrase
word1 word2
Match messages containing both words
Date range
Use the date pickers to filter results to a time period
Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.
Plot graph
cirtey
·
Jan 4, 2010
·
r-help
Hi; I want to obtain this graphic. http://n4.nabble.com/file/n998283/plot.gif Instead whith my code : par(mfrow=c(1,7),mar=c(0,0,0,0)) plot(EntreesMoyennesMensuelles2003, type="l",main="2003",col="yellow") plot(EntreesMoyennesMensuelles2004...
How to get bubbles on times series plot
cirtey
·
Jan 6, 2010
·
r-help
Hi; lissage<-function(variable) { library(pastecs) ENTREE.ts <- ts(projet$ENTREE) ENTREE.dec <- decaverage(ENTREE.ts, order=variable, sides=2, ends="fill") plot(ENTREE.dec, col=c(1, 4), xlab="temps",ylab="Nombre d'entr?es",main=paste("Moyenne mobile...
Can't find what you're looking for? Try searching with Google .