R/get.freq.res.R

Defines functions get.freq.res

Documented in get.freq.res

get.freq.res <-
function(spg){
    return(diff(attr(spg,"frequency")[1:2]));
}
landmarkacoustics/SoundPoints-R documentation built on May 29, 2019, 9:14 a.m.