Package: spnaf
Type: Package
Title: Spatial Network Autocorrelation for Flow Data
Version: 0.2.1
Authors@R: c(
    person(given="Youngbin", family="Lee", email = "youngbin@snu.ac.kr", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-3466-6495")),
    person(given="Hui Jeong", family="Ha", email="hailyeeha@gmail.com", role="aut", comment = c(ORCID = "0000-0002-5229-4528")),
    person(given="Sohyun", family="Park", email="spark230@gmu.edu", role="aut", comment = c(ORCID = "0000-0002-1231-5662")),
    person(given="Kyusik", family="Kim", email="wpkyusik@gmail.com", role="aut", comment = c(ORCID = "0000-0003-3753-3196")),
    person(given="Jinhyung", family="Lee", email="jinhyung.lee@uwo.ca", role="aut", comment = c(ORCID = "0000-0003-1859-3441")))
Description: Identify statistically significant flow clusters using the local spatial network autocorrelation statistic G_ij* 
    proposed by 'Berglund' and 'Karlström' (1999) <doi:10.1007/s101090050013>. 
    The metric, an extended statistic of 'Getis/Ord' G ('Getis' and 'Ord' 1992) <doi:10.1111/j.1538-4632.1992.tb00261.x>, 
    detects a group of flows having similar traits in terms of directionality. 
    You provide OD data and the associated polygon to get results 
    with several parameters, some of which are defined by spdep package.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
Imports: dplyr, magrittr, sf, spdep, tidyr, rlang
Suggests: knitr, rmarkdown, tmap
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-08-15 07:11:27 UTC; YB
Author: Youngbin Lee [aut, cre] (<https://orcid.org/0000-0003-3466-6495>),
  Hui Jeong Ha [aut] (<https://orcid.org/0000-0002-5229-4528>),
  Sohyun Park [aut] (<https://orcid.org/0000-0002-1231-5662>),
  Kyusik Kim [aut] (<https://orcid.org/0000-0003-3753-3196>),
  Jinhyung Lee [aut] (<https://orcid.org/0000-0003-1859-3441>)
Maintainer: Youngbin Lee <youngbin@snu.ac.kr>
Repository: CRAN
Date/Publication: 2022-08-25 08:20:02 UTC
Built: R 4.2.0; ; 2022-08-26 12:49:53 UTC; unix
