| mpg-class {grainscape} | R Documentation |
The mpg class
Description
The mpg class
Slots
mpgThe minimum planar graph as class
igraph.patchIdThe input
patchraster 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
RasterLayerversion of thempg, which can be easily plotted to visualize the MPG.The
mpgslot 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.
Author(s)
Alex Chubaty and Paul Galpern