Displaying 2 results from an estimated 2 matches for "carrycap".
2006 Mar 29
0
R for Windows crash on new laptop
...9;s worth, that computer is a Dell Latitude C400 running
Windows XP Pro SP2, 866 MHz Pentium III processor, 512 MB of RAM). Any
suggestions would be greatly appreciated.
############################################################################
#ArchI_burnin_NOdensdep-mod.R#
habitats <- 1
carrycap <- 7500
stages <- 5
rland <- NULL
numreps <- 2
numsteps <- 50
stepsize <- 100
runlength <- numsteps*stepsize
rland <- new.landscape.empty()
rland <- new.intparam.land(rland, h = habitats, s = stages, totgen =
runlength)
rland <- new.switchparam.land(rland, mp = 1)
r...
2006 Mar 29
0
R for Windows crash on new laptop - corrected script
...ro SP2, 866 MHz Pentium III processor, 512 MB of RAM). Any
>> suggestions would be greatly appreciated.
>>
>> ##########################################################################
>> ##
>> #ArchI_burnin_NOdensdep-mod.R#
>>
>> habitats <- 1
>> carrycap <- 7500
>> stages <- 5
>> rland <- NULL
>> numreps <- 2
>> numsteps <- 50
>> stepsize <- 100
>> runlength <- numsteps*stepsize
>>
>> rland <- new.landscape.empty()
>> rland <- new.intparam.land(rland, h = habitats, s...