calcMeanConnectivityMatrix: Calculate mean connectivity matrix

View source: R/calcMeanConnectivityMatrix.R

calcMeanConnectivityMatrixR Documentation

Calculate mean connectivity matrix

Description

Function to calculate a mean connectivity matrix (as a dataframe).

Usage

calcMeanConnectivityMatrix(tbl_conn)

Arguments

tbl_conn

- dataframe with connectivity information from which to extract means by startZone **x** endZone

Details

Mean, median, and std deviation of the connFrac column of the input tbl_conn are calculated by startZone **x** endZone

Value

a dataframe with mean, median, and std dev. of connectivity values


wStockhausen/rDisMELS documentation built on March 27, 2022, 1 a.m.