TheoreticalEcology / EcoPhyloSim

R package for simulation of biogeographical and phylogenetic data
http://theoreticalecology.github.io/EcoPhyloSim/
0 stars 0 forks source link

Option to have nested and non-nested SAC #57

Closed florianhartig closed 8 years ago

florianhartig commented 8 years ago

SAC calculations should have the option for nested / non-nested (needs to be implemented in the function that creates the local plots)

stefan-paul commented 8 years ago

How shoul I determine the size of the plots? Should I use the size argument as a starting point and then draw larger plots around this one until I reach the largest possible size or should I implement another parameter determining the maximum size or/and the number of plots to be drawn?

florianhartig commented 8 years ago

Ich denke am besten wäre es wenn du einen vector plotSizes übergeben würdest, und da könnte man dann sowas wie 1:10 eingeben, und dann läuft alles so wie vorher, nur noch mit Plots unterschiedlicher Größe

florianhartig commented 8 years ago

dann wäre es auch gut gleich https://github.com/biometry/phylosim/issues/59 zu machen