scale-discrete {vchartr} | R Documentation |
Axis scale for discrete data
Description
Axis scale for discrete data
Usage
v_scale_x_discrete(vc, name = NULL, ..., position = "bottom")
v_scale_y_discrete(vc, name = NULL, ..., position = "left")
Arguments
vc |
An htmlwidget created with |
name |
Title for the axis. |
... |
Additional parameters for the axis. |
position |
Position of the axis. |
Value
A vchart()
htmlwidget
object.
Examples
library(vchartr)
[Package vchartr version 0.1.4 Index]