powered by
Plots the two lines fitted to the unique, sorted log degrees of the graph.
# S3 method for extract_sparse autoplot(object, ...)
A ggplot object.
The output of the function 'extract_sparse'
Other arguments currently ignored
library(igraph) gr <- sample_pa(10000, power = 1.2, directed = FALSE) sparse <- extract_sparse(gr) autoplot(sparse)
Run the code above in your browser using DataLab