Description Usage Arguments Examples
View source: R/Real-networks.R
Plot cumulative accurcy by normalized degree rank
1 2 3 4 | plot_cum_acc_by_norm_deg(
data_df = NULL,
p_grid = 10^(-seq(0.5, 4, length.out = 8))
)
|
data_df |
A tibble with columns name, n, and
formal_name as in |
p_grid |
Grid of error probabilities used to generate results |
1 2 3 4 5 | ## Not run:
# This takes a few minutes
plot_cum_acc_by_norm_deg()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.