scree_plot: Scree plot for segregation compression
Description
A plot that allows to visually see the effect of compression
on mutual information.
Usage
scree_plot(compression, tail = Inf)
Value
Returns a ggplot2 plot.
Arguments
- compression
A "segcompression" object returned by compress.
- tail
Return only the last tail
units (default: Inf
)