colcurveg: Function to process mothur generated alpha-diversity...

Description Usage Arguments Value Examples

View source: R/colcurveg.R

Description

This (legacy) function allows users to visualize mothur-generated collector curve data using R.

Usage

1
colcurveg(fnpref, groups, fnpost, errorbars = FALSE, printing = FALSE)

Arguments

fnpref

file prefix string for the collector curve data

groups

(ordered) character vector with names of the samples

fnpost

name of calculator used (character)

errorbars

logical indicating whether or not error bars should be plotted at this stage, the code does NOT check whether or not the data for the error bars is available so it is the users responsibility to make sure it is.

printing

logical to indicate whether or not the plot should be displayed

Value

The underlying dataframe for the plot and the plot (if printing is set to TRUE)

Examples

1
#TODO

CMET-UGent/CMETNGS documentation built on Dec. 12, 2020, 8:22 a.m.