Displaying 1 result from an estimated 1 matches for "elevss".
Did you mean:
eless
2007 Aug 21
1
Output from while and for loop
...inal.delta.elev.list<-list()
final.var.elev<-list()
b<-length(Bees.Day.1$bee)
for (bee in 1:b){
#this is for number of bees that are trackable in the day with starting
points and threshold distances
elev.current.vector<-vector(mode="numeric", length=0)
count<-1
ElevSS<-0
d.traveled<-0
thresh<-Bees.Day.1$cum.dist[bee]
n<-Bees.Day.1$grid.pt[bee]
#I'm making this up for the threshold, want to be bee specific
#current.point<-round(runif(1,1,n)) #random starting point
current.point<-Day.1.neighbor.matrix[1,n]
#I want to spec...