edawson / gfakluge

A C++ library and utilities for manipulating the Graphical Fragment Assembly format.
http://edawson.github.io/gfakluge/
MIT License
51 stars 20 forks source link

Extracting regions with a degree threshold #66

Open Zethson opened 4 years ago

Zethson commented 4 years ago

Dear @edawson,

is there any way to subset only the regions, which have a degree higher than a specific threshold?

Thanks!