Description Usage Arguments Examples
Configure chart coordinates axis.
1 2 3 4 5 6 7 8 9 10 11 12 | coord_type(g2, type = c("rect", "polar", "theta", "helix"), ...)
coord_rotate(g2, angle = 90)
coord_scale(g2, sx, sy)
coord_reflect(g2, axis = "xy")
coord_transpose(g2)
coord(type = c("rect", "polar", "theta", "helix"), rotate = NULL,
sx = NULL, sy = NULL, reflect = NULL, transpose = FALSE, ...)
|
g2 |
An object of class |
type |
Type of coordinate axis. |
... |
Any other options. |
angle |
Angle of axis rotation. |
sx, sy |
Scale of axis along |
axis |
Axis to reflect (reverse). |
coord, rotate, reflect, transpose |
Corresponds to arguments of other functions listed here. |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.