r-spatialecology / landscapemetrics

Landscape Metrics for Categorical Map Patterns 🗺️ in R
https://r-spatialecology.github.io/landscapemetrics
GNU General Public License v3.0
230 stars 43 forks source link

Update show_* functions #295

Closed mhesselbarth closed 1 year ago

mhesselbarth commented 1 year ago

Some or all show_* return a warning, namely Raster pixels are placed at uneven horizontal intervals and will be shifted; ℹ Consider usinggeom_tile()`.

Should be a quick fix.

mhesselbarth commented 1 year ago

This should be already fixed? We are using geom_tile in show_correlation() and geom_raster in all other functions which should be exactly what we want?