q2w | R Documentation |
This function calculates the water vapour mixing ratio (kg/kg) from specific humidity (kg/kg).
q2w(q)
q |
A vector with specific humidity values (kg/kg). |
This function returns a vector with mixing ratio values in kg/kg.
data(RadiosondeD)
dws<-RadiosondeD[,6]/1000
q2w(w2q(dws))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.