knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)
options(tibble.print_min = 5, tibble.print_max = 5)

R build status Codecov test coverage Lifecycle AppVeyor build status Travis-CI Build Status Depends CRAN status License: GPL v3 GitHub code size in bytes HitCount

Introduction

{networksf} provides data structures and routines facilitating spatial network analysis using {statnet}'s {network} and {sf}.

Goals

Installation

if (!requireNamespace("remotes", quietly = TRUE)) install.packages("remotes")

remotes::install_github("knapply/networksf")

Usage

library(networksf)


knapply/networksf documentation built on Jan. 18, 2020, 12:17 a.m.