vrrectangle: Volume of rectangular

Description Usage Arguments Value Examples

View source: R/sbbfunction.R

Description

Compute the volume of rectangular shape

Usage

1
vrrectangle(l, w, h)

Arguments

l

is the length rectangle

w

is the width of rectangle

h

is the height of rectangle

Value

The volume of rectangular

Examples

1
2
volume1 <- vrrectangle(5,2,4);
volume2 <- vrrectangle(8,3,1);

utaridina/pav7 documentation built on Dec. 23, 2021, 2:04 p.m.