R/spinner_probs.R

Defines functions spinner_probs

Documented in spinner_probs

spinner_probs <- function(regions){
  data.frame(Region = seq_along(regions),
             Prob = regions / sum(regions))
}

Try the ProbBayes package in your browser

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

ProbBayes documentation built on March 13, 2020, 1:31 a.m.