feeding_from_ratio | R Documentation |
Generate measurements for feeding a starter based on starter:flour:water ratios like 1:4:4, 1:5:5, etc.
feeding_from_ratio(starter = 1, flour = 4, water = 4, flour_g = 100)
starter |
Numeric. Ratio of starter. (e.g., 1 in a 1:4:4 ratio.) |
flour |
Numeric. Ratio of flour (e.g., 4 in a 1:4:4 ratio.) |
water |
Numeric. Ratio of water (e.g., 4 in a 1:4:4 ratio.) |
flour_g |
Amount of flour to use in the feeding |
Text printed to the console with feeding amounts.
feeding_from_ratio()
# A 1:5:5 feeding with 50g of flour
feeding_from_ratio(
starter = 1, flour = 5, water = 5,
flour_g = 50
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.