e_axis_labels function

Axis Labels

Axis Labels

Convenience function to add axis labels.

e_axis_labels(e, x = "", y = "")

Arguments

  • e: An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.
  • x, y: Labels of axes.

Examples

cars |> e_charts(speed) |> e_scatter(dist) |> e_axis_labels( x = "speed", y = "distance" )
  • Maintainer: David Munoz Tord
  • License: Apache License (>= 2.0)
  • Last published: 2023-06-16