Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tools for biomonitoring and bioassessment; metric calculation for benthic macroinvertebrates, fish, and periphyton.

License

NotificationsYou must be signed in to change notification settings

leppott/BioMonTools

Repository files navigation

#> Last Update: 2025-09-10 08:52:11.772796

BioMonTools

Functions to aid the data analysis of bioassessment and biomonitoringdata. Suite of functions and tools for metric calculation and scoringfor mult-metric indices and related data manipulation.

Badges

MaintenanceLife CycleGitHub license

CodeFactorcodecovR-CMD-check

GitHub issues

GitHub releaseGithub all releases

Installation

CRAN

To install from CRAN use the code below.

install.packages("BioMonTools")

GitHub

To install the most current version on GitHub use the code below. Theuse of “force = TRUE” ensures the package is installed even if alreadypresent. If the packageremotes is missing the code below will installit.

if(!require(remotes)){install.packages("remotes")}#install if neededinstall_github("leppott/BioMonTools",force=TRUE)

Vignettes are not installed by default. If you want the additionaldocumentation (recommended) then use this version of the code.

if(!require(remotes)){install.packages("remotes")}#install if neededinstall_github("leppott/BioMonTools",force=TRUE,build_vignettes=TRUE)

If having issues with install (e.g., ‘cannot open URL’) it could be alatency issue with GitHub.

Use the code below before retrying the above install commands.

options(timeout=400)

Status

In development.

Usage

By those using involved with bioassessment and biomonitoring and theneed for data manipulation.

A common set of tools will standardize outputs across entities. Nolonger need to use the same database or spreadsheet. Only need to formatdata for use with these tools.

Documentation

Vignette and install guide updates are planned for the future.

Issues

https://github.com/leppott/BioMonTools/issues

Planned Updates

  • Fixes (if any).

  • New metrics (add needed).

  • New index scoring (as needed).

About

Tools for biomonitoring and bioassessment; metric calculation for benthic macroinvertebrates, fish, and periphyton.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp