circleCoord: Internal function for finding the coordinates of NT's in a circle
Description
Given an integer N the function returns N (x,y) coordinates for a polygon with N sides each of length 1. This is used to plot the loops in an RNA structure
Usage
circleCoord(n)
Value
Data frame with columns x,y defining coordinates of the polygons