| fstrauss.direct | R Documentation | 
ML estimate of beta and gamma using optimization of log-likelihood, where the normalizing constant is approximated directly.
fstrauss.direct(x, R, lower = c(1e-09, 1e-09), upper = c(Inf, 1), init, ...)
| x | a list with elements $x:data.frame of locations (ncol 2 or 3), $bbox: matrix with columns giving window bounds | 
| R | the fixed known interaction range. Use profile pl to infer this. | 
| lower | Lower limits for searching (beta,gamma). | 
| upper | Upper limits for searching (beta,gamma). | 
| init | Initial values for optim. | 
| ... | passed on to  Reduced sample border correction with radius R. See approximate_strauss_constant for approximation options. | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.