R/nmoment_rs.R

Defines functions nmoment_rs

Documented in nmoment_rs

nmoment_rs <- function(x, y, n)
{
    mean(nmoment_sf(x = x, y = y, n = n))
}

Try the scoringfunctions package in your browser

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

scoringfunctions documentation built on Aug. 30, 2026, 5:07 p.m.