search for: woodstork

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

Did you mean: woodstock
2011 Feb 28
0
MultiDimensional arrays
hello, I'm working with a 4 dimensional NetCDF file, trying to calculate some summary statistics on a parameter. The dimensions are number of rows and columns, time and days. The attribute in question in this case happens to be a probability of woodstork foraging success. But it could be anything My question is whether the following code is efficient to grab the probability values ? I am not skilled with multidimensional arrays, the code below was written for by a highly skilled Java coder, who does not know R. Any suggestions would be greatly a...
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, 1...