plot_colorjam_steps | R Documentation |
Plot colorjam steps in simple scatterplot format
plot_colorjam_steps(
step,
n = NULL,
hue = NULL,
lines = TRUE,
return_type = c("ptcol", "step_data"),
...
)
step |
|
n |
|
hue |
|
... |
additional arguments are ignored. |
Simple function to plot the series of Chroma/Luminance steps
for a given named step series. See steps with colorjam_steps()
.
list
with step values, invisibly.
colorjam_steps()
step_name <- colorjam_steps()[1]
plot_colorjam_steps(step_name)
step_name <- tail(colorjam_steps(), 1)
plot_colorjam_steps(step_name)
plot_colorjam_steps(step_name, hue="orange")
plot_colorjam_steps(step_name, hue="gold")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.