Return a new variable with an inserted size 1 axis.
The variable must have a copy method and an in-place expand_dims method, such as a cf.Field object. Any optional positional and keyword arguments are passed unchanged to the variable’s expand_dims method.
See the variable’s expand_dims method for details.
Parameters : |
|
---|---|
Returns : |
|
See also