Hi,
I want to calculate the windspeed from m/s in beaufort before I draw the
graph.
The equation is: windspeed [bft] = (windspeed [m/s] ^ 0.694)*1.102
 
This is the php-code: $windspeed_bft = pow($windspeed_ms,0.694)*1.102;
 
But how can I write this with php-rrdgraph?
 
    CDEF: ???
 
Best regards
 
Martin
 

--
Unsubscribe mailto:[EMAIL PROTECTED]
Help        mailto:[EMAIL PROTECTED]
Archive     http://lists.ee.ethz.ch/rrd-users
WebAdmin    http://lists.ee.ethz.ch/lsg2.cgi

Reply via email to