plotPolar: Plot a line in polar coordinates

View source: R/plotPolar.R

plotPolarR Documentation

Plot a line in polar coordinates

Description

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.

Usage

plotPolar(angle, radius, title = "", type = "l", color = "blue")

Arguments

angle

angle.

radius

amplitude.

title

an overall title for the plot.

type

type of lines, dots.

color

color.

Note

Ver.: 22-Sep-2018 20:35:05.

See Also

Other Graphic Function: plotReIm2(), plotReIm()


gajdosandrej/CharFunToolR documentation built on June 3, 2024, 7:46 p.m.