calc_shrub_vol: Calculate volume of shrub

Description Usage Arguments Value Examples

View source: R/function_database.R

Description

Calculate volume of shrub

Usage

1

Arguments

length

length of shrub (numeric, default 1)

width

Width of shrub (numeric, default 1)

height

Height of shrub (numeric, default 1)

Value

volume of shrub (numeric)

Examples

1
calc_chrub_vol(length = 2, width = 3, height = 2)

joshoriv/rivera.package documentation built on Jan. 1, 2021, 5:40 a.m.