Inside Temp and Humidity Graphs
$weatherperiod = 1;
$weatherArray = unitConverter($weatherperiod);
dayInTempHumid($weatherArray);
weekInTempHumid($weatherArray);
dayInTempOutTemp($weatherArray);
weekInTempOutTemp($weatherArray);
?>
Weather Observations at Port Alberni, B.C. up to: –
Inside Data Static Charts (click for larger versions)
$weatherperiod = 2;
$weatherArray = unitConverter($weatherperiod);
monthInTempHumid($weatherArray);
monthInTempOutTemp($weatherArray);
?>







