percent_yield: Calculate percent yield

View source: R/utilities.R

percent_yieldR Documentation

Calculate percent yield

Description

Calculates the percent yield, equal to (pre-post)/pre*100

Usage

percent_yield(pre, post)

Arguments

pre

numeric value. First measurement

post

numeric value. Last measurement

Value

numeric value. Calculated percent yield


biogeochem/bpwtpR documentation built on May 6, 2024, 5:17 p.m.