Description Usage Arguments Functions Examples
Configure chart coordinates axis.
1 2 3 4 5 6 7 8 9 | coord_type(g, type = c("rect", "polar", "theta", "helix"), ...)
coord_rotate(g, angle = 90)
coord_scale(g, x, y)
coord_reflect(g, axis = "xy")
coord_transpose(g)
|
g |
An object of class |
type |
Type of coordinate axis. |
... |
Any other options. |
angle |
Angle of axis rotation. |
x, y |
Scale of axis along |
axis |
Axis to reflect (reverse). |
coord_type
: Type of coordinates to use where rect
corresponds to cartesian.
coord_rotate
: Rotate the coordinates by a certain angle.
coord_scale
: Rescale the coordinates.
coord_reflect
: Mirror the axis along the x, y, or xy (both)
axes.
coord_transpose
: x, y axes displacement.
1 2 3 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.