Description Usage Arguments Value Examples
View source: R/function_database.R
Calculate volume of shrub
1 | calc_shrub_vol(length = 1, width = 1, height = 1)
|
length |
Length of the shrub (numeric, default 1) |
width |
Width of shrub (numeric, default 1) |
height |
Height of shrub (numeric, default 1) |
volume of shrub (numeric)
1 | calc_shrub_vol(length = 2, width = 3, height = 2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.