MapperPlotter {MapperAlgo} | R Documentation |
Plot Mapper Result
Description
Visualizes the Mapper output using either networkD3 or ggraph.
Usage
MapperPlotter(Mapper, label, data, type = "forceNetwork")
Arguments
Mapper |
Mapper object. |
label |
Label of the data. |
data |
Data. |
type |
Visualization type: "forceNetwork" or "ggraph". |
Value
Plot of the Mapper.
[Package MapperAlgo version 1.0.3 Index]