Liking cljdoc? Tell your friends :D
ClojureScript only.

mathbox.primitives.operator.join


Joincljs

Join two array dimensions into one by concatenating rows/columns/stacks

:axis null (nullable axis) - Axis to join, e.g. x :classes [] (string array) - Custom classes, e.g. [\"big\"] :id null (nullable string) - Unique ID, e.g. \"sampler\" :order \"wxyz\" (transpose) - Axis order :overlap 1 (number) - Tuple overlap :source \"<\" (select) - Input source

*Join two array dimensions into one by concatenating rows/columns/stacks*

:axis `null` (nullable axis) - Axis to join, e.g. `x`
:classes `[]` (string array) - Custom classes, e.g. `[\"big\"]`
:id `null` (nullable string) - Unique ID, e.g. `\"sampler\"`
:order `\"wxyz\"` (transpose) - Axis order
:overlap `1` (number) - Tuple overlap
:source `\"<\"` (select) - Input source
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close