| display_degrees | R Documentation |
Display degree angles around a unit circle
display_degrees(
x,
x2 = x,
add = FALSE,
col = "darkorange",
lwd = 2,
top_degree = 0,
clockwise = TRUE,
r1 = 0,
r2 = 1,
r0 = 1,
arrow.length = 0.2,
xlim = NULL,
ylim = NULL,
asp = 1,
...
)
x |
|
x2 |
|
add |
|
col |
|
lwd |
|
top_degree |
|
clockwise |
|
r1, r2 |
|
r0 |
|
arrow.length |
|
xlim, ylim |
|
... |
additional arguments are ignored. |
Other colorjam hue warp:
add_colorjam_preset(),
add_colorjam_step(),
adjust_hue_warp(),
approx_degrees(),
colorjam_presets(),
colorjam_steps(),
h2hw(),
h2hwOptions(),
hcl_to_hsl_hue(),
hsl_to_hcl_hue(),
hw2h(),
mean_angle(),
plot_colorjam_preset(),
remap_colorjam_preset(),
validate_colorjam_preset()
display_degrees(c(0, 45, 180, 289),
lwd=4,
col=c("red", "blue2", "purple3", "gold"))
display_degrees(c(90, 270), col=c("purple", "gold"), r1=0, r2=0.5)
display_degrees(c(0, 45), col=c("red", "blue"), r1=0.5, r2=1, add=TRUE)
display_degrees(c(90, 270), col=c("purple", "gold"), r1=0, r2=0.5,
arrow.length=0)
display_degrees(c(90, 270), x2=c(100, 280), col=c("purple", "gold"),
r1=0.5, r2=1, add=TRUE)
display_degrees(c(90, 270), x2=c(80, 260), col=c("purple", "gold"),
r1=0.5, r2=1, add=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.