Description Usage Arguments Examples
Filter edges that contain specific words.
1 | filter_net(net, words)
|
net |
An object of class |
words |
Vector or words to remove edges. |
1 2 3 | data(reuters)
phrase_net(reuters, text = text) %>%
filter_net(c("a", "the"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.