R/obsweighted_rs.R

Defines functions obsweighted_rs

Documented in obsweighted_rs

obsweighted_rs <- function(x, y)
{
    mean(obsweighted_sf(x = x, y = y))
}

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.