You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dims function is used inside the mapping function throughout the documentation, especially in Wide Data, but I can't find an explanation of it anywhere. It should at least be listed here.
None of this was helpful either:
julia> AlgebraOfGraphics.dims(1)
AlgebraOfGraphics.DimsSelector{1}((1,))
help?> AlgebraOfGraphics.dims
No documentation found.
AlgebraOfGraphics.dims is a Function.
# 1 method for generic function "dims":
[1] dims(args...) in AlgebraOfGraphics at C:\Users\nboyer.AIP\.julia\packages\AlgebraOfGraphics\3LnVO\src\algebra\select.jl:4
help?> AlgebraOfGraphics.DimsSelector
No documentation found.
Summary
≡≡≡≡≡≡≡≡≡struct AlgebraOfGraphics.DimsSelector{N}
Fields
≡≡≡≡≡≡≡≡
dims ::Tuple{Vararg{Int64, N}}
help?> AlgebraOfGraphics.mapping
No documentation found.
AlgebraOfGraphics.mapping is a Function.
# 1 method for generic function "mapping":
[1] mapping(args...; kwargs...) in AlgebraOfGraphics at C:\Users\nboyer.AIP\.julia\packages\AlgebraOfGraphics\3LnVO\src\algebra\layer.jl:20
The text was updated successfully, but these errors were encountered:
The
dims
function is used inside themapping
function throughout the documentation, especially in Wide Data, but I can't find an explanation of it anywhere. It should at least be listed here.None of this was helpful either:
The text was updated successfully, but these errors were encountered: