plot.process_matrix {processmapR} | R Documentation |
Process Matrix Plot
Description
Visualize a precendence matrix. A generic plot function for precedences matrices.
Usage
## S3 method for class 'process_matrix'
plot(x, ...)
Arguments
x |
Precedence matrix |
... |
Additional paramters |
Value
A ggplot object, which can be customized further, if deemed necessary.
[Package processmapR version 0.5.4 Index]