scalarprod {meteoEVT} | R Documentation |
scalar product
Description
Calculates the scalar product of two given fields
Usage
scalarprod(fld1, fld2)
Arguments
fld1 |
field 1 with dimensions (lon,lat,p,d) |
fld2 |
field 2 with dimensions (lon,lat,p,d) |
Value
field of the scalar product with dimensions (lon,lat,p)
[Package meteoEVT version 0.1.0 Index]