ailich / GLCMTextures

This R package calculates the most common gray-level co-occurrence matrix (GLCM) texture metrics used for spatial analysis on raster data.
https://ailich.github.io/GLCMTextures/
GNU General Public License v3.0
12 stars 4 forks source link

Add option to write output to file #8

Closed ailich closed 2 years ago

ailich commented 2 years ago

Many raster functions have a filename argument where you can write a raster to file and also have it available in the R environment. Add this feature to functions.

ailich commented 2 years ago

added in 9ea5371