Outdated version of the documentation. Find the latest one here.

` `

Point pattern

F function

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>
Nsim [number]

<put parameter description here>

Default: 10.0

Изходни резултати

R Plots [html]
<put output description here>

Console usage

processing.runalg('r:ffunction', layer, nsim, rplots)

See also

G function

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>
Nsim [number]

<put parameter description here>

Default: 10.0

Изходни резултати

R Plots [html]
<put output description here>

Console usage

processing.runalg('r:gfunction', layer, nsim, rplots)

See also

Monte-Carlo spatial randomness

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>
Simulations [number]

<put parameter description here>

Default: 100.0

Optional plot name [string]

<put parameter description here>

Default: (not set)

Изходни резултати

R Plots [html]
<put output description here>
R Console Output [html]
<put output description here>

Console usage

processing.runalg('r:montecarlospatialrandomness', layer, simulations, optional_plot_name, rplots, r_console_output)

See also

Quadrat analysis

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>

Изходни резултати

R Plots [html]
<put output description here>
R Console Output [html]
<put output description here>

Console usage

processing.runalg('r:quadratanalysis', layer, rplots, r_console_output)

See also

Random sampling grid

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>
Size [number]

<put parameter description here>

Default: 10.0

Изходни резултати

Output [vector]
<put output description here>

Console usage

processing.runalg('r:randomsamplinggrid', layer, size, output)

See also

Regular sampling grid

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>
Size [number]

<put parameter description here>

Default: 10.0

Изходни резултати

Output [vector]
<put output description here>

Console usage

processing.runalg('r:regularsamplinggrid', layer, size, output)

See also

Relative distribution (distance covariate)

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>
Covariate [vector: any]
<put parameter description here>
Covariate name [string]

<put parameter description here>

Default: mandatory_covariate_name_(no_spaces)

x label [string]

<put parameter description here>

Default: (not set)

Plot name [string]

<put parameter description here>

Default: (not set)

Legend position [string]

<put parameter description here>

Default: float

Изходни резултати

R Plots [html]
<put output description here>

Console usage

processing.runalg('r:relativedistributiondistancecovariate', layer, covariate, covariate_name, x_label, plot_name, legend_position, rplots)

See also

Relative distribution (raster covariate)

Описание

<put algorithm description here>

Параметри

points [vector: any]
<put parameter description here>
covariate [raster]
<put parameter description here>
covariate name [string]

<put parameter description here>

Default: mandatory_covariate_name_(no_spaces)

x label [string]

<put parameter description here>

Default: (not set)

plot name [string]

<put parameter description here>

Default: (not set)

legend position [string]

<put parameter description here>

Default: float

Изходни резултати

R Plots [html]
<put output description here>

Console usage

processing.runalg('r:relativedistributionrastercovariate', points, covariate, covariate_name, x_label, plot_name, legend_position, rplots)

See also

Ripley - Rasson spatial domain

Описание

<put algorithm description here>

Параметри

Layer [vector: any]
<put parameter description here>

Изходни резултати

Output [vector]
<put output description here>

Console usage

processing.runalg('r:ripleyrassonspatialdomain', layer, output)

See also