powered by
Density of air if temperature (degrees Celsius) provided. Units: kg/m3
airdensity(Ta = 20)
Air temperature in degrees Celsius. Default value is 20.
http://www.engineeringtoolbox.com/air-properties-d_156.html
# NOT RUN { ## The function is currently defined as function (Ta = 20) { Base <- 314.156 Exponent <- (-0.981) p <- Base * (Ta + 273.15)^Exponent p } # }
Run the code above in your browser using DataLab