# NOT RUN {
##----------------------------------------------------------------------##
## A simple four node network with 150 iterations and default jump size ##
##----------------------------------------------------------------------##
N4LIM <- limListGen(limfile = N4, iter = 150)
##---------------------------------------------------------------------##
## A simple four node network with 10000 iterations and jump size of 1 ##
##---------------------------------------------------------------------##
N4LIM <- limListGen(limfile = N4, iter = 10000, jmp = 1)
# }
Run the code above in your browser using DataLab