R igraph plotting a large graph - thresholding?

I have a large graph with 60k nodes. The graph is in the form of a distance matrix 60kX60k. All of these distances are between 0 and 1 -- they are just 1 - cosine similarity. I want to plot this ...