Displaying 2 results from an estimated 2 matches for "1dimension".
Did you mean:
dimension
2011 Feb 28
0
MultiDimensional arrays
...}
else
{
index<-c(x,y,d,t)
count<-c(1,1,1,1)
temp<- get.var.ncdf(woodstorks, v2, start=index, count
= count)
i <- (d*405*287) + (y*287) + x #map 3d to 1dimension
data[i] = temp[1]
#print(data[i])
day <- day + 1
}
}
}
}
}
Steve Friedman Ph. D.
Ecologist / Spatial Statistical Analyst
Everglades and Dry Tortugas National Park
950 N Krome...
2011 Mar 26
0
NetCDF - rolling means and StdDev
...}
else
{
index<-c(x,y,d,t)
count<-c(1,1,1,1)
temp<- get.var.ncdf(woodstorks, v2, start=index, count =
count)
i <- (d*405*287) + (y*287) + x #map 3d to 1dimension
data[i] = temp[1]
#print(data[i])
Day <- Day + 1
print(Day)
}
}
}
}
}
[[alternative HTML version deleted]]