powered by
Requires ggraph and ggplot2 to work.
ggraph
ggplot2
# S3 method for chtrs plot(x, weight_range = c(0.4, 1), remove_lonely = TRUE, digits = 0, ...)# S3 method for chtrs hist(x, ...)
# S3 method for chtrs hist(x, ...)
output of catch_em().
catch_em()
range of edge values to plot
should lonely nodes (not connected to any edges) be removed from the graph?
Number of digits to round the percentage to.
passed to ggraph::ggraph() or ggplot2::geom_histogram.
ggraph::ggraph()
A ggplot2 plot.
# NOT RUN { if (interactive()) { files <- choose.files() res <- catch_em(files) plot(res) hist(res) } # }
Run the code above in your browser using DataLab