View source: R/plot-bootstrap.R
| splot.net_bootstrap | R Documentation |
Visualizes net_bootstrap objects from the Nestimate package.
Mirrors splot.tna_bootstrap but adapts to Nestimate's field layout:
weights live under $original$weights, directed is not always TRUE,
and there are no donut/inits.
splot.net_bootstrap(
x,
display = c("styled", "significant", "full"),
show_ci = FALSE,
show_stars = TRUE,
inherit_style = TRUE,
...
)
x |
A |
display |
Display mode: |
show_ci |
Logical: overlay CI bounds on edge labels? Default FALSE. |
show_stars |
Logical: show significance stars on edge labels? Default FALSE. |
inherit_style |
Logical: inherit labels/layout/colors from network? Default TRUE. |
... |
Additional arguments passed to |
Invisibly returns the plot.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.