height(10, 80, 17)
height(17, top = -18, bottom = -113)
height(distance = 18, top = 42, bottom = -12, type = "angle", angleUnit = "deg")
height(
distance = 18:21, top = 42:45, bottom = -12:-15, type = "angle",
angleUnit = "deg"
)
## Below shows warning messages
height(
distance = 18:21, top = -42:-45, bottom = -12:-15, type = "angle",
angleUnit = "deg"
)
Run the code above in your browser using DataLab