search for: woodstorks

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

2011 Feb 28
0
MultiDimensional arrays
...nd R 2.12.1 ---------------------------------------------------------------------------------------------------------------------------------------------------------------- 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,...
2011 Mar 26
0
NetCDF - rolling means and StdDev
...recommendations - approach can you offer to accomplish this task. I am running this on a Windows 7 machine with R 2.12.2 Thanks 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, 18...