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