plot.gtrends {gtrendsR} | R Documentation |
Plot Google Trends interest over time
## S3 method for class 'gtrends'
plot(x, ...)
x |
A |
... |
Additional parameters passed on in method dispatch. Currently not used. |
A ggplot2 object is returned silently.
## Not run:
res <- gtrends("nhl", geo = c("CA", "US"))
plot(res)
## End(Not run)