Using data already loaded into an RMAPI project, fits a simple model of pairwise statistical distances against spatial distances. This model can be used in the simulation step to generate a null expectation against which to compare. The available models are:
Linear model, y = a*x + b
Asymptotic model, y = alpha + (beta - alpha)*exp(-exp(log_lambda)*x)
Power model, codey = a*x^b + c
1 2 3 4 5 6 7 8 9 10 11 |
proj |
object of class |
type |
which model to fit to the data: 1 = linear model, 2 = asymptotic model, 3 = power model. |
x_min, x_max, y_min, y_max |
can be used to mask out values outside a specified range. |
a_init, b_init, c_init |
initial values used in model fitting for models 1 and 3. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.