Word Cloud
| 1 | 
| 1 2 3 4 5 6 7 8 9 10 | ## Not run: 
amWordCloud(data = data.frame(tag = c("My", "Best", "Word"),
                              weight = c(100, 200, 300)),
            series = list(list(type = "WordCloudSeries",
                               dataFields = dataFields(
                                 word = "tag",
                                 value = "weight"))))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.