Learn R Programming

sonar (version 1.0.2)

fuelStabilizer: Number of milliliters or drops of stabilizer are needed to stabilize a certain amount of fuel

Description

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

Usage

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

Examples

Run this code
# 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)

Run the code above in your browser using DataLab