R/calcASM.R

Defines functions calcASM

Documented in calcASM

calcASM <-
function(rawmat)
{
   return(sum(rawmat^2))
}

Try the RTextureMetrics package in your browser

Any scripts or data that you put into this service are public.

RTextureMetrics documentation built on May 2, 2019, 1:08 p.m.