step3_substepA1_hab_acquire_IB.Rd
FAC-IBM Step 3, Substep A1: Breeding habitat acquisition substep of pre-breeding step of breeding season using individual-based (IB) approach
step3_substepA1_hab_acquire_IB(W2, K.bc, K.bk, ...)
W2 | ... |
---|---|
K.bc | ... |
K.bk | ... |
... | additional arguements |
hab.aq.results.IB Results of habitatio acquisition
#Set up param.set param.set <- redstart::param_set() #set breeding carrying capacities to be relatively small param.set$K.bc <- 50 param.set$K.bk <- 50 #Set up W2 vector W2 <- c(10,5,10,10); names(W2) <- c("mg","mp","fg","fp") out <- step3_substepA1_hab_acquire_IB(W2 = W2, K.bc = param.set$K.bc, K.bk = param.set$K.bk) summary(out) #> Length Class Mode #> B.fc 1 -none- numeric #> B.fk 1 -none- numeric #> B.mc 1 -none- numeric #> B.mk 1 -none- numeric #> B.md 1 -none- numeric #> hab.aq.results.IB 5 data.frame list