Learn R Programming

rgeopat2 (version 0.4.0)

gpat_read_distmtx: Read a GeoPAT distance matrix

Description

Read a GeoPAT distance matrix into R

Usage

gpat_read_distmtx(x)

Value

dist

Arguments

x

A filepath to the geoPAT 2 distance matrix file

Examples

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

Run the code above in your browser using DataLab