R/prop.R

Defines functions get_prop

get_prop <- function(x) {
  x <- ypr_get_par(x, "RPR")
  x / sum(x)
}

Try the ypr package in your browser

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

ypr documentation built on Aug. 30, 2022, 1:11 a.m.