plot.dependency_matrix {heuristicsmineR}R Documentation

Dependency matrix plot

Description

Visualize a dependency matrix. A generic plot function for dependency matrices.

Usage

## S3 method for class 'dependency_matrix'
plot(x, ...)

Arguments

x

Dependency matrix

...

Additional parameters

Value

A ggplot object, which can be customized further, if deemed necessary.


[Package heuristicsmineR version 0.3.0 Index]