fCalculatePolygonCoordinate | R Documentation |
Hard to describe it. Play with the example
fCalculatePolygonCoordinate(
nAngleMin_rad,
nAngleMax_rad,
nRadiusMin,
nRadiusMax,
fTrigFunction
)
plot(
fCalculatePolygonCoordinate(
nAngleMin_rad = pi/4,
nAngleMax_rad = pi/2,
nRadiusMin = 1,
nRadiusMax = 2,
cos
),
fCalculatePolygonCoordinate(
nAngleMin_rad = pi/4,
nAngleMax_rad = pi/2,
nRadiusMin = 1,
nRadiusMax = 2,
sin
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.