powered by
The function obtains a simple symbolic polygon from center and radius representation.
spolygon(center, radius, vertices)
a integer that represents the barycenter of polygon.
a integer that represents the radius of polygon.
represents the number of vertices for the polygon.
matrix that represents the polygon.
# NOT RUN { spolygon(2.5, 3, 5) #pentagon # }
Run the code above in your browser using DataLab