View source: R/Plotting_Functions.R
plot_mapper | R Documentation |
This function produces an interactive network plot using the visNetork function.
plot_mapper(mapper_list, trans_node_size = TRUE, exp_to_res = 1/2)
mapper_list |
A list produced as an output of the one_D_Mapper function. |
exp_to_res |
An exponent in the form 1/n to wich the node sizes have to be exponentiatent in order to resize them. |
Plots an interactive network using the visNetwork function.
## Not run: plot_mapper(mapper_list) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.