I used two methods to analyze the degree distribution of nodes in a network. One method is using degree.distribution function in igraph package. The other method is using ecdf function in R. These two results are similar. But when degree is more than 1000, these two results are different.
Why are these two result different? Response will be appreciated.

