highest_averages_method(c(5200, 1700, 3100), 15, 0.5)
highest_averages_method(votes = c(A = 50, B = 0, C = 30),
n_seats = 3,
divisors = c(0, 1.3333, 2.4))
Run the code above in your browser using DataLab