SkillAgentSearch skills...

StreamVAST

R package for modeling stream networks with VAST

Install / Use

/learn @Jpharris7/StreamVAST
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

StreamVAST

R package for modeling stream networks with VAST

Description

StreamVAST is a package that aids users designing spatio-temporal models for data collected in stream networks. It is designed to integrate easily with the tinyVAST package), and users will need to be somewhat familiar with tinyVAST to understand and make full use these features. A working knowledge of the sfnetworks package is also recommended.
StreamVAST contains a variety of functions to guide users in converting linework from other sources into a valid network with the appropriate characteristics. User have options for selecting a root node, pruning unnecessary branches, dividing the network into prediction frames, and associating various data types with network features. Other features will assist with generating the objects needed for VAST stream network functionality, assessing model fit, and easily making various maps and plots.

This package is still in the early phases of development, and users should expect frequent updates and changes.

Installation

It is strongly recommended that users first install the tinyVAST package and its dependencies.

To install StreamVAST, use this code:

remotes::install_github("Jpharris7/StreamVAST")

If this doesn't work, consider leaving out the vignettes, as these are under development.

remotes::install_github("Jpharris7/StreamVAST", build_vignettes = FALSE)

Shape and Data Prep

This section is demonstrates how to format and clean a set of lines, convert it into a network, root the network, remove unnecessary sections, and associate various types of data with the network. Preparing a Stream Network

Formating and Running VAST

This section shows how to use the network and the associated data to produce a model using VAST functions, and provides some basic advice for choosing settings and other features. Fitting a VAST Model

Salmonid Escapement Estimation

The original impetus for this project was the need to improve population estimates for salmonids in Washington State. This article contains information of particular use to salmon biologists and fisheries managers and shows how the data and analysis of from the previous chapters can be extended to estimate escapement. Estimating Salmonid Escapement

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated26d ago
Forks0

Languages

R

Security Score

70/100

Audited on Mar 12, 2026

No findings