ポイントパターン

F関数

説明

<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>

コンソールの使用方法

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

参照

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>

コンソールの使用方法

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

参照

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>

コンソールの使用方法

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

参照

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>

コンソールの使用方法

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

参照

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>

コンソールの使用方法

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

参照

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>

コンソールの使用方法

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

参照

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>

コンソールの使用方法

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

参照

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>

コンソールの使用方法

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

参照

Ripley - Rasson spatial domain

説明

<put algorithm description here>

パラメーター

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

出力

Output [vector]
<put output description here>

コンソールの使用方法

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

参照