Commit aff63c1c authored by Georges Kunstler's avatar Georges Kunstler
Browse files

bci full format run for only one census

No related merge requests found
Showing with 3 additions and 4 deletions
+3 -4
......@@ -268,7 +268,7 @@ if(parallel){
print("start mclapply")
list.BA.SP.data <- mclapply(obs.id,FUN=fun.compute.local,obs.id,xy.table,
diam,sp,Rlim,mc.cores=4)
prin("done")
print("done")
data.BA.SP <- rbind.fill(list.BA.SP.data)
}else{
list.BA.SP.data <- lapply(obs.id,FUN=fun.compute.local,obs.id,xy.table,
......
......@@ -127,8 +127,7 @@ Rlim <- 15 # set size of neighborhood for competition index
## for each census compute competition index
## FOR CENSUS 1
data.tree1 <- data.tree[1:1000,]
## FOR CENSUS 6 only to start
data.tree1 <- data.tree[data.tree$census==6,]
fun.data.per.bigplot(data=data.tree1,name.site="BCI",data.TRAITS=data.trait,Rlim=15,xy.name=c("x","y"))
ls()
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment