abv: Alcohol by Volume calculator

Description Usage Arguments Value Examples

View source: R/abv.R

Description

Calculates the alcohol by volume (ABV) given starting and finishing gravities

Usage

1
abv(og, fg)

Arguments

og

the starting specific gravity of the wort expressed relative to 1 (eg: 1.034)

fg

the finishing specific gravity of the wort expressed relative to 1 (eg:1.012)

Value

alcohol by volume exressed in percentage volume of liquid

Examples

1
2
# calculate alcohol by volume for a wort which ferments from 1034 SG to 1008 SG
abv(1.034,1.012)

whanrott/fermentR documentation built on May 4, 2019, 5:22 a.m.