Getting Started
User Guide
Visualization
Reference
bins
bin
histogram
x
y
transform_coords
Tutorials
About
Element-wise logical or.
Equivalent to:
a | b
a (Union[Variable, DataArray, Dataset, DataGroup]) – First input.
Union
Variable
DataArray
Dataset
DataGroup
b (Union[Variable, DataArray, Dataset, DataGroup]) – Second input.
Union[Variable, DataArray, Dataset, DataGroup] – The logical or of the elements of a and b.
a
b