Plot a Priority Queue Tree
Usage
# S3 method for class 'priority_queue'
plot(x, ...)Examples
q <- priority_queue("a", "b", "c", priorities = c(2, 1, 3))
plot(q)
#> Error in plot_tree(x, ...): Package 'igraph' is required for plot_tree(). Install it with install.packages('igraph').