gwxtab_probe: Geographically Weighted contingency table probing functions

Description Usage Arguments Value

Description

Geographically Weighted contingency table probing functions

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
gwxtab_probe(spxt, bw, mode, melt)

## S4 method for signature 'SpatialCrossTabs,numeric,missing,missing'
gwxtab_probe(spxt, bw)

## S4 method for signature 'SpatialCrossTabs,bandwidth,missing,missing'
gwxtab_probe(spxt, bw)

## S4 method for signature 'SpatialCrossTabs,bandwidth,missing,'function''
gwxtab_probe(spxt, bw,
  melt)

## S4 method for signature 'SpatialCrossTabs,numeric,character,missing'
gwxtab_probe(spxt, bw,
  mode)

## S4 method for signature 'SpatialCrossTabs,numeric,character,'function''
gwxtab_probe(spxt, bw,
  mode, melt)

## S4 method for signature 'SpatialCrossTabs,bandwidth,character,'function''
gwxtab_probe(spxt,
  bw, mode, melt)

Arguments

spxt

A SpatialCrossTabs object

bw

Bandwidth

mode

Kind of parameters to give to probe: scalar for (x,y) pair, vector for X length 2 vector, matrix for c(n,2) matrix, or Spatial for a a spatial object

melt

'melting' operator

Value

Function to return geographically weighted sum of all contingency tables in spxt centred on probe argument.


chrisbrunsdon/gwxtab documentation built on May 13, 2019, 6:52 p.m.