| diesel_price | R Documentation | 
Retail fuel price formula. Does not distinguish between petrol and diesel.
diesel_price( crudeoilprice = 50, crackspread = 10, margin = 0.12, carbon_tax = 33.5, excise_duty = 0.54, NORA = 0.02, bio = 0.014, VAT = 0.23 )
crudeoilprice | 
 euros/barrel  | 
crackspread | 
 euros  | 
margin | 
 euros  | 
carbon_tax | 
 euro/tCO2  | 
excise_duty | 
 euros  | 
NORA | 
 levy euros  | 
bio | 
 levy euros  | 
VAT | 
 percent  | 
euros per litre
diesel_price(50,10,0.012,100,0.54,0.02,0.014,0.23)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.