facet_row {vegalite} | R Documentation |
Create a vertical ribbon of panels
Description
Create a vertical ribbon of panels
Usage
facet_row(vl, field, type, round = TRUE, padding = 16)
Arguments
vl |
Vega-Lite object |
field |
single element character vector naming the column. |
type |
the encoded field’s type of measurement. |
round |
round values |
padding |
facet padding |
References
Examples
# see facet_col
[Package vegalite version 0.6.1 Index]