R/helper_funcs.R
calc_coordinates.Rd
A function that calculates the coordinates of parliamentary seats in incomplete circular parliaments E.g. The US (semicircle) and Australian (horseshoe) shaped parliaments
calc_coordinates(N, M, limits, segment = 0.5)
the total of number of seats
the number of rows in parliament
the limits to seq the radii between- controls the 'shape' of the parliament
the percentage of a full circle for the final plot- defaults to 0.5 (a semicircle)