VegaLite.encode_repeat
You're seeing just the function
encode_repeat
, go back to VegaLite module for more information.
Specs
Adds repeated field encoding entry to the specification.
A shorthand for encode/3
, mapping a field to a visual channel,
as given by the repeat operator.
Repeat type must be either :repeat
, :row
, :column
or :layer
and correspond to the repeat definition.
All provided options are converted to channel properties.
Examples
See repeat/3
to see the full picture.
See the docs for more details.