From the following ```r d2 <- gtrends(c("Coca Cola", "Doritos"), geo = "US", time="2005-02-04 2005-02-08", low_search_volume=TRUE, onlyInterest=TRUE) plot(d2) ``` I'm using the dev version:  We will get this plot:  while we will get this plot on google trends website [https://trends.google.com/trends/explore?date=2005-02-04%202005-02-08&geo=US&q=Doritos,Coca%20cola&hl=en](url) 