The richness.vector (number of species to be placed into each plot) is
flexible. For instance, one might want give it 10:19, which would create 10 plots
of species richness 10, 11, ... 19. But one could also provide rep(10, 10) to create 10
plots of 10 species each. If given a small value, e.g. 0.1, the delta parameter
(tree shape) can occasionally result in oddly formatted trees that would cause errors.
To deal with this, there is an internal check that will recreate a new tree and
re-scale it with the desired delta. This has not been tested at delta < 0.1, and is
currently programmed with a while loop. Care should be taken not to get R stuck in an
indefinite loop at delta values even lower than 0.1