| mpg-class | R Documentation |
mpg classThe mpg class
mpgThe minimum planar graph as class igraph.
patchIdThe input patch raster with patch cells assigned to
their id (RasterLayer).
voronoiThe Voronoi tessellation of the patches and resistance
surface (RasterLayer).
lcpPerimWeightThe paths of the links between patches and their
accumulated costs (RasterLayer).
lcpLinkIdThe paths of the links between patches and their id (RasterLayer).
mpgPlotA RasterLayer version of the mpg, which can be
easily plotted to visualize the MPG.
The mpg slot contains useful vertex and edge attributes.
Vertex attributes give attributes of patches including patch area,
the area of patch edges, the core area of each patch, and the coordinates
of the patch centroid.
All areal measurements are given as raster cell counts.
Edge attributes give attributes of the graph links including link
weights giving accumulated resistance/least-cost path distance,
Euclidean distance, and the start and end coordinates of each link.
Alex Chubaty and Paul Galpern
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.