pairwise.size.sel(imarks, jmarks, dists, dranks, par = list(k = 0.2, smark = 1))powlinear.sel(imarks, jmarks, dists, dranks, par = list(ki = 0.2, kj = 0,
p = 1, r0 = 0, smark=1))
dists.par must be given in the argument selpar of pairwise, they are shown here as examples.smark in par indicates the location of the plant size variable in marks. It can be a data frame column number, or a string id like "dbh".
size.sel is a simple example where competitors are selected within a radius proportional to plant size. This corresponds to the second example in Section 9.2.1 of Burkhart and
Note that their first example (fixed radius) is implemented by giving a value to maxR in pairwise, no select function is needed. Similarly, their third example (fixed number of nearest neighbors) is obtained by giving a value to maxN.
powlinear.sel is a general form that covers all the other examples in Burkhart and
Burkhart, H. E. and
pairwise