PMassicotte / gtrendsR

R functions to perform and display Google Trends queries
352 stars 112 forks source link

Plot doesn't match google trands website #450

Open amitxy opened 1 year ago

amitxy commented 1 year ago

From the following

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: image

We will get this plot:

image

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 image