MapperPlotter: 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".