knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "README-"
)
#<img src="man/figures/logo.png" align="right" height="139" />
cat(paste0("Last Update: ",Sys.time()))

ContDataSumViz

Functions to aid the data analysis of bioassessment and biomonitoring data. Suite of functions and tools for metric calculation and scoring for multi-metric indices and related data manipulation.

Badges

Maintenance GitHub license

CodeFactor codecov R-CMD-check

GitHub issues

GitHub release Github all releases

Installation

To install the current version use the code below to install from GitHub. The use of "force = TRUE" ensures the package is installed even if already present. If the package remotes is missing the code below will install it.

if(!require(remotes)){install.packages("remotes")}  #install if needed
install_github("leppott/ContDataSumViz", force=TRUE)

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

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

Status

In development.

Usage

By those using ContDataQC package.

A common set of tools will standardize visualizations across entities.

Documentation

Vignette and install guide updates are planned for the future.

Issues

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

Planned Updates



leppott/ContDataSumViz documentation built on Jan. 30, 2024, 10 p.m.