View source: R/path_dependence.R
| plot.net_path_dependence | R Documentation |
net_path_dependenceLollipop chart of per-context KL divergence, sorted descending. Point size is proportional to context count; points where the modal next state flips between orders are marked with an X to highlight substantively meaningful order-2 effects.
## S3 method for class 'net_path_dependence'
plot(x, top = 15L, title = NULL, ...)
x |
A |
top |
Integer. Number of contexts to show (top by KL). Default 15. |
title |
Character. Plot title. |
... |
Ignored. |
A ggplot object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.