read_gwt: Read a .GWT file

View source: R/weights.R

read_gwtR Documentation

Read a .GWT file

Description

Create a spatial weights object from a .GWT file

Usage

read_gwt(file_path, id_vec = c())

Arguments

file_path

The file paht of the .GWT file

id_vec

The id_vec is the id values used in the .GWT file. Default is empty.

Value

A weights object


rgeoda documentation built on April 3, 2025, 10:55 p.m.

Related to read_gwt in rgeoda...