search for: woodstork_eden_2000_2009

Displaying 2 results from an estimated 2 matches for "woodstork_eden_2000_2009".

2011 Feb 28
0
MultiDimensional arrays
...--------------------------------------------------------------------------------------------------------------------------------------------- library(tis) # includes function for leap year library(ncdf) library(fields) links to an animation routine not shown woodstorks <- open.ncdf("WoodStork_Eden_2000_2009.nc") v2 <- woodstorks$var[[2]] # longname "probability_of_successful_foraging_cycle_daily" DaysToMonth365 <- c(0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365) DaysToMonth366 <- c(0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366) Lyear <- is...
2011 Mar 26
0
NetCDF - rolling means and StdDev
...for taking the time to help. Steve -------------------------------------------------------------------------------------------------------------------- setwd("C:\\Woodstorks") getwd() library(tis) # includes function for leap year library(ncdf) woodstorks <- open.ncdf("WoodStork_Eden_2000_2009.nc") print(woodstorks) print(v2) # next two lines create index values for temporal sequences. DaysToMonth365 <- c(0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365) DaysToMonth366 <- c(0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366) Lyear <- isLeapYear(20...