View source: R/amzn_terms_by_rating.R
amzn_terms_by_rating | R Documentation |
Graph with the most frequent terms used and each term is positioned by the average of all reviews in which that term was used. The dashed line represents the average star rating for the product.
For example, if reviewers for a specific product used the word "perfect" 88 times and the average rating of the reviews using that term is 4.85, "perfect" will be plotted at (x = 88, y = 4.85).
amzn_terms_by_rating(data)
data |
Data frame created by |
ggplot2 graph - scatterplot with overlaid text
## Not run:
amzn_terms_by_rating(data),
# to save after running
amzn_terms_by_rating(data)
ggsave("directory/filename.png")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.