Skip to contents

Displays the Design Structure Matrix as a heatmap where color intensity represents the number of shared resources (parent) or risks (grandparent) between task pairs.

Usage

# S3 method for class 'dsm'
plot(x, main = NULL, col = NULL, ...)

Arguments

x

A dsm object returned by parent_dsm() or grandparent_dsm().

main

Optional plot title. If NULL, a default title is generated.

col

Color palette vector. If NULL, uses grDevices::heat.colors().

...

Additional arguments passed to graphics::image().

Value

Invisibly returns x.