Hi,
For vector output, each link of the graph produces a polygon representing the area that
can be traversed between the 2 patches habitat ie. the set of possible paths connecting the 2
patches and having a distance less than the max distance parameter.
For raster ouput, each pixel of the corridor area will be weighted by a metric (or the product of the capacity of the 2 patches if no metric selected) and a distance decay (negative exponential).
Since the same pixel can be assigned to several corridors, the maximum value is kept.
Inside patches, the max value of the corridor is used to maintain continuity. If you do not want to have values inside the habitats, you can mask the raster with habitat patches.
Best,
Gilles