I replied something like this: "The 'buffer' setting is a handy alternative to providing a mask. If 'buffer' is used then secr.fit itself calls make.mask with the default type = 'traprect', a rectangular area. You can verify this by looking at the code for secr.fit or by plotting the mask that is routinely saved as a component of a fitted model, e.g.
- Code: Select all
plot(secrdemo.0$mask)
"The alternative is got by pre-building a mask with make.mask, setting type = 'trapbuffer', and passing that to secr.fit in the mask argument (not setting 'buffer'). This should probably be the default for secr.fit (it recently became the default in DENSITY) and certainly should be documented."
Murray