glcm 0.2 released

Alex Zvoleff bio photo By Alex Zvoleff

I just released to CRAN a new version of the “glcm” R package for calculating image texture measures from grey-level co-occurrence matrices (GLCMs). Type

install.packages("glcm")

at your R command prompt to download the latest CRAN release. To install the latest development version from github using devtools type:

install_github("glcm", user="azvoleff")

For more information on the development version, see the github project page for glcm.