Concatenation operators
vegabrite_operators.Rd
Use +
for layering, |
for horizontal concatenation, &
for vertical concatenation.
Usage
# S3 method for vegaspec_vega_lite
|(e1, e2)
# S3 method for vegaspec_vega_lite
+(e1, e2)
# S3 method for vegaspec_vega_lite
&(e1, e2)