Learn R Programming

phytoclass (version 2.3.1)

convergence_figure: Convergence Figure

Description

A figure to show the pigment ratios for each phytoplankton group for each iteration.

Usage

convergence_figure(fm_iter, niter = NULL)

Value

A figure with each pigment ratio per iteration per group

Arguments

fm_iter

A data.frame with columns of iter, phyto, pigment and ratio

niter

Optional: the number of iterations on the x axis. If NULL, will extract from the iter column of fm_iter.

Examples

Run this code
# ADD_EXAMPLES_HERE

Run the code above in your browser using DataLab