-
MaskedArray.repeat(repeats, axis=None)
[source] -
Repeat elements of an array.
Refer to
numpy.repeat
for full documentation.See also
-
numpy.repeat
- equivalent function
-
MaskedArray.repeat()
2017-01-10 18:10:17
MaskedArray.repeat(repeats, axis=None)
[source]
Repeat elements of an array.
Refer to numpy.repeat
for full documentation.
See also
numpy.repeat
Please login to continue.