circleCoord | R Documentation |
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
circleCoord(n)
n |
Integer determining the number of sides |
Data frame with columns x,y defining coordinates of the polygons
JP Bida
pts=circleCoord(10)
plot(pts$x,pts$y)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.