plot_mapper: plot_mapper

View source: R/Plotting_Functions.R

plot_mapperR Documentation

plot_mapper

Description

This function produces an interactive network plot using the visNetork function.

Usage

plot_mapper(mapper_list, trans_node_size = TRUE, exp_to_res = 1/2)

Arguments

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.

Value

Plots an interactive network using the visNetwork function.

Examples

## Not run: 
plot_mapper(mapper_list)
## End(Not run)

jfores/SurvMap documentation built on May 30, 2022, 10:57 p.m.