Description Usage Arguments See Also Examples
Add wordcloud serie.
1 2 3 4 5 6 7 8 9 | ecloud(p, freq, color, name = NULL, clickable = TRUE,
center = list("50%", "50%"), size = list("100%", "100%"),
textRotation = list(0, 90), autoSize = list(enable = TRUE, minSize = 12),
z = 2, zlevel = 0, tooltip, ...)
ecloud_(p, freq, color = NULL, name = NULL, clickable = TRUE,
center = list("50%", "50%"), size = list("100%", "100%"),
textRotation = list(0, 90), autoSize = list(enable = TRUE, minSize = 12),
z = 2, zlevel = 0, tooltip, ...)
|
p |
an echart object. |
freq |
frequencies. |
color |
color of terms. |
name |
name of wordcloud. |
clickable |
whether terms are clickable. |
center |
center of cloud. |
size |
size of cloud. |
textRotation |
horizontal and vertical text rotation. |
autoSize |
automatic text size computation. |
z, zlevel |
first and second grade cascading control, the higher z the closer to the top. |
tooltip |
cutomise tooltip. |
... |
any other argument to pass to funnel. |
1 2 3 4 5 6 7 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.