Package 'gwpcormapper'

Title: Geographically Weighted Partial Correlation Mapper
Description: An interactive mapping tool for geographically weighted correlation and partial correlation. Geographically weighted partial correlation coefficients are calculated following (Percival and Tsutsumida, 2017)<doi:10.1553/giscience2017_01_s36> and are described in greater detail in (Tsutsumida et al., 2019)<doi:10.5194/ica-abs-1-372-2019> and (Percival et al., 2021)<arXiv:2101.03491>.
Authors: Joseph Emile Honour Percival [aut, cre] , Narumasa Tsutsumida [aut]
Maintainer: Joseph Emile Honour Percival <[email protected]>
License: GPL-3
Version: 0.1.3
Built: 2024-11-12 04:57:33 UTC
Source: https://github.com/gwpcor/gwpcormapper

Help Index


Launches gwpcorMapper.

Description

Launches gwpcorMapper.

Usage

run_app(...)

Arguments

...

A series of options to be used inside the app.

Value

null

Examples

## Not run: 
gwpcormapper::run_app()

## End(Not run)

Tokyo 2005 Census Data.

Description

The original source of the data is the Portal Site of Official Statistics of Japan website (https://www.e-stat.go.jp/) Note that the original dataset was modified to provide English translations.

Usage

tokyo2005

Format

An object of class sf (inherits from data.frame) with 3134 rows and 229 columns.

Value

An sf object with census statistics of the 23 special wards of Tokyo from the year 2005.

Author(s)

Joseph Percival and Narumasa Tsutsumida [email protected]

References

https://www.e-stat.go.jp/

Examples

## Not run: 
data(tokyo2005)
summary(tokyo2005)

## End(Not run)