Skip to content

landscapemetrics v1.0

Compare
Choose a tag to compare
@mhesselbarth mhesselbarth released this 15 Mar 12:56
· 859 commits to CRAN since this release
b3050af

landscapemetrics 1.0

  • New functions
    • New function moving_window() to calculate metrics within a moving window
    • New function get_lsm() to raster in which each cell has patch metric value
  • Bugfixes
    • Bugfix in check_landscape() if NA values were present
    • Bugfix in pad_raster() that pad_raster_cells > 1 did not work
    • Bugfix in calculate_lsm() calculating class area where resolution was lost
  • Improvements
    • Removing all functions from dplyr
    • Better structure for helping functions of check_landscape()
    • Better handling of RasterStacks for check_landscape()
    • pad_raster() is now typestable and always returns a list
    • pad_raster() can now return also a RasterLayer (and not just a matrix as)