e_polar | R Documentation |
Customise polar coordinates.
e_polar(e, show = TRUE, ...)
e |
An |
show |
Whether to display the axis. |
... |
Any other option to pass, check See Also section. |
df <- data.frame(x = 1:10, y = seq(1, 20, by = 2))
df |>
e_charts(x) |>
e_polar() |>
e_angle_axis() |>
e_radius_axis() |>
e_line(y, coord.system = "polar", smooth = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.