[rrd-users] php rrdgraph
Martin Hoppe
martin.hoppe at nordwind-ev.de
Tue May 30 19:41:01 MEST 2006
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:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive http://lists.ee.ethz.ch/rrd-users
WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
More information about the rrd-users
mailing list