gpat_read_distmtx {rgeopat2}R Documentation

Read a GeoPAT distance matrix

Description

Read a GeoPAT distance matrix into R

Usage

gpat_read_distmtx(x)

Arguments

x

A filepath to the geoPAT 2 distance matrix file

Value

dist

Examples

distmtx_filepath = system.file("rawdata/Augusta2011_matrix_grid.csv", package="rgeopat2")
my_distmtx = gpat_read_distmtx(distmtx_filepath)


[Package rgeopat2 version 0.4.0 Index]