plotPolar | R Documentation |
plotPolar(angle, radius, title, type, color)
plots a line in polar coordinates,
with angle
indicating the angle in radians and radius
indicating the radius value for each point.
plotPolar(angle, radius, title = "", type = "l", color = "blue")
angle |
angle. |
radius |
amplitude. |
title |
an overall title for the plot. |
type |
type of lines, dots. |
color |
color. |
Ver.: 22-Sep-2018 20:35:05.
Other Graphic Function:
plotReIm2()
,
plotReIm()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.