Skip to content

A collection of functions for calculating the italian STAR_ICMi index based on macroinvertebrate community.

Notifications You must be signed in to change notification settings

alexology/WFDItalia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WFDItalia

Overview

A collection of functions for calculating the italian STAR_ICMi index based on macroinvertebrate community.

Installation

# install the devtools package and then
library(devtools)

install_github("alexology/WFDItalia")

Usage

library(WFDItalia)

# Prepare data for the analysis. You will asked to choose between surber and artificial substrate methods. For the dataset oglio we will choose surber
oglio.prep <- data.prep(oglio)

# calculate aspt 
aspt(oglio.prep)

# calculate STAR_ICMi index and its metrics. You will asked to choose the hydroecoregion, 
oglio.open <- macropen(oglio.prep)

# select the results for further analysis
oglio.star <- oglio.open[[2]]

# calculate STAR_ICMi index and export an excel file of the results
oglio.open <- macropen(oglio.prep, writexlsx=T)

About

A collection of functions for calculating the italian STAR_ICMi index based on macroinvertebrate community.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages