R/SN.R

Defines functions SN

Documented in SN

SN <- function(x){
    20*log10(mean(x)/sd(x))
}

Try the DoE.base package in your browser

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

DoE.base documentation built on Nov. 15, 2023, 1:06 a.m.