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
dsmobject returned byparent_dsm()orgrandparent_dsm().- main
Optional plot title. If
NULL, a default title is generated.- col
Color palette vector. If
NULL, usesgrDevices::heat.colors().- ...
Additional arguments passed to
graphics::image().
