Learn R Programming

MapperAlgo (version 1.0.3)

MapperPlotter: Plot Mapper Result

Description

Visualizes the Mapper output using either networkD3 or ggraph.

Usage

MapperPlotter(Mapper, label, data, type = "forceNetwork")

Value

Plot of the Mapper.

Arguments

Mapper

Mapper object.

label

Label of the data.

data

Data.

type

Visualization type: "forceNetwork" or "ggraph".