View source: R/utilities-axis.R
getPiTickLabels | R Documentation |
Get ticklabels expressions for plots with values as ratios of Pi
getPiTickLabels(ticks)
ticks |
numeric values of the ticks |
Expressions to use in ticklabels
input parameter of setXAxis
and setYAxis
functions
ticks <- seq(0, 2 * pi, pi / 2)
getPiTickLabels(ticks)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.