Pattern reconstruction (internal)
reconstruct_algorithm(
pattern,
method,
n_random,
e_threshold,
max_runs,
no_change,
annealing,
weights,
r_length,
r_max,
stoyan,
verbose,
plot
)
list
ppp object with pattern.
Integer with number of randomizations.
Double with minimum energy to stop reconstruction.
Integer with maximum number of iterations if e_threshold
is not reached.
Integer with number of iterations at which the reconstruction will stop if the energy does not decrease.
Double with probability to keep relocated point even if energy did not decrease.
Vector with weights used to calculate energy. The first number refers to Gest(r), the second number to pcf(r).
Integer with number of intervals from r = 0
to r = rmax
for which
the summary functions are evaluated.
Double with maximum distance used during calculation of summary functions. If NULL
,
will be estimated from data.
Coefficient for Stoyan's bandwidth selection rule.
Logical if progress report is printed.
Logical if pcf(r) function is plotted and updated during optimization.