Nothing
Code
add_balanced_tree(graph = graph, k = 1, h = 3, type = "a", rel = "z")
Condition
Error in `add_balanced_tree()`:
! `k` must be a whole number larger than or equal to 2, not the number 1.
Code
add_balanced_tree(graph = graph, k = 3, h = 1, type = "a", rel = "z")
Condition
Error in `add_balanced_tree()`:
! `h` must be a whole number larger than or equal to 2, not the number 1.
Code
add_path(graph = graph, n = 1, type = "a", rel = "z")
Condition
Error in `add_path()`:
! `n` must be a whole number larger than or equal to 2, not the number 1.
Code
create_graph() %>% add_pa_graph(n = 0, m = 1)
Condition
Error in `add_pa_graph()`:
! `n` must be a whole number larger than or equal to 1, not the number 0.
Code
create_graph() %>% add_pa_graph(n = 0, m = 1, algo = "plumtree")
Condition
Error in `add_pa_graph()`:
! `n` must be a whole number larger than or equal to 1, not the number 0.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.