Description Usage Arguments Details Value Examples
pressure.height
applies a simple height adjustment to sea-level pressure data
1 | pressure.height(psl = 101300, dem)
|
psl |
an optional single numeric value, raster, two-dimensional array or matrix of sea-level atmospheric pressures (Pa) |
dem |
a single numeric value, raster, two-dimensional array or matrix of elevations (m) |
Height adjustments are performed using a simplification of the ideal gas law, assuming 20°C for a standard atmosphere. If psl is not supplied, a typical mean value of sea-level pressure is assumed.
a single numeric value, two-dimensional array or matrix of atmospheric pressure (Pa)
1 | plot(pressure.height(dem = dtm100m))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.