get_winset()
converts the positions of voters at the selected iterations into spatial polygons with the given voter radii, and calculates the intersection of all coalition members' indifference circles, which is called the winset.
get_winset(vote, iter = 1, dimension = 2, quadsegs = 50)
vote | An object of class `Vote`. |
---|---|
iter | A vector of iterations for which to retrieve the winsets. |
dimension | Defaults to `2`. |
quadsegs | Number of linear segments used to approximate voter indifference circles. |