Skip to contents

This function takes a data frame of circle data with segment IDs and locations, and returns a data frame of sectors with their scaled coordinates.

Usage

create_sector_df(df)

Arguments

df

A data frame containing circle data with segment IDs, x and y locations.

Value

A data frame with the coordinates for each sector.