process_network_manual | R Documentation |
Process graph made from user-specified data.frame
process_network_manual(
ret,
delete_zero_degree = TRUE,
make_upper = NULL,
query_plot = FALSE,
drop_ID = TRUE
)
ret |
biotext class object |
delete_zero_degree |
delete zero degree nodes |
make_upper |
make these words uppercase |
query_plot |
plot the column other than text |
drop_ID |
drop 'ID' column |
Process the graph obtained from user data, like associating words to the other variables.
biotext class object
obtain_manual(data.frame(text=c("test4 test4",
"test3 test3 testi",
"test2 test2"))) |>
make_corpus(num_only=TRUE) |>
make_TDM() |>
make_graph() |>
process_network_manual()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.