Description Usage Arguments Value Author(s) See Also Examples
View source: R/pkgAtmosphere.R
Standard Molecular Volume Backscatter Coefficient according to Standard Atmosphere for different wavelength-
1 | betamol_standard(z, lambda = 1064, T0 = 288.15, P0 = 101325, R0 = 1.225)
|
z |
Vector, Matix or scalar of altitude over see level [m]. |
lambda |
Scalar value in nm. It represent the wavelength of incident light. |
T0 |
Scalar value. Temperature at see level [°K]. |
P0 |
Scalar value. Pressure at see level [Pa]. |
R0 |
Scalar value. Density at see level [Kgm^{-3}]. |
Returns according to the dimensions of z values of elastic volume backscatter coefficients in [1/(m sr)]
Gionata Biavati
1 2 3 4 5 6 | lambda=1064 #nm
z<-10*(0:1000)
plot(betamol_standard(z),z,type='l',col=4,lwd=3,
xlab='volume Backscatter Coefficient [1/(m sr)]',
ylab='Altitude [m]',
main ='volume backscatter coefficient')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.