fuelStabilizer: Number of milliliters or drops of stabilizer are needed to...

Description Usage Arguments Value Author(s) Examples

View source: R/sonar.R

Description

Returns the number of milliliters or drops of stabilizer are needed to stabilize a certain amount of fuel

Usage

1
2
fuelStabilizer(Lfuel, mLstabilizer = 25, Lstabilizer2fuel = 20,
  dropml = 0.05)

Arguments

Lfuel

numeric, liters of fuel to stabilize

mLstabilizer

numeric, manufacturer's recommended milliliters of stabilizer per liters of fuel

Lstabilizer2fuel

numeric, manufacturer's recommended liters of fuel per mms of stabilizer

dropml

numeric, how many milliliters per drop

Value

the number of milliliters or drops of stabilizer

Author(s)

Jose Gama

Examples

1
2
3
4
5
6
# liqui moly, petrol stabilizer CNG/LPG gasoline stabilizer
# 25ml of stabilizer are the recommended amount for 20 litres of gasoline
# stabilizer for 1l of gasoline
fuelStabilizer(1)
# stabilizer for 0.5l of gasoline
fuelStabilizer(0.5)

sonar documentation built on May 1, 2019, 6:58 p.m.

Related to fuelStabilizer in sonar...