Learn R Programming

MapperAlgo (version 1.0.9)

MapperCorrelation: Visualizes the correlation between two Mapper colorings.

Description

Visualizes the correlation between two Mapper colorings.

Usage

MapperCorrelation(
  mapper,
  original_data,
  labels = list(),
  use_embedding = list(FALSE, FALSE)
)

Value

Plot of the correlation between two Mapper.

Arguments

mapper

A Mapper object created by the MapperAlgo function.

original_data

Original dataframe, not the filter values.

labels

List of two Mapper color.

use_embedding

List of two booleans indicating whether to use original data or embedding data.