create.PopGenome.method: Integration of own functions into the PopGenome-framework
Description
This function generates a skeleton for a PopGenome function.
It thereby facilitates the effortless integration of new methods into the PopGenome framework.
TRUE:function returns one value per population.FALSE:function returns one value calculated across all populations (as in the case of FST measurements)
Details
This mechanism enables you to use your own functions in the PopGenome environment. The functions can also be applied to sliding windows or subsites.
Please look at the generated function, which documents where to place your own function in detail.