Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
x <- zoo(score, date) y <- zoo(score1, date1) plot(x,ylab="Search Volume", xlab="Time",col=c(rep("blue")))
plot()