VegaLite.encode_repeat

You're seeing just the function encode_repeat, go back to VegaLite module for more information.
Link to this function

encode_repeat(vl, channel, repeat_type, opts \\ [])

View Source

Specs

encode_repeat(t(), atom(), :repeat | :row | :column | :layer, keyword()) :: t()

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.