e_axis_labels | R Documentation |
Convenience function to add axis labels.
e_axis_labels(e, x = "", y = "")
e |
An |
x, y |
Labels of axes. |
cars |>
e_charts(speed) |>
e_scatter(dist) |>
e_axis_labels(
x = "speed",
y = "distance"
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.