#example without additional information
STIR("plough")
#example with additional information
STIR("rotary_harrow", depth = 15)
#custom example
STIR(speed = 10, type_modifier = 0.8, depth = 15, area_disturbed = 0.45)
#example that returns orginial STIR value
STIR("plough", original.STIR.value = TRUE)
#example that uses imperial units
STIR("plough", depth = 5, depth_unit = "inch", speed = 8, speed_unit = "mph")
Run the code above in your browser using DataLab