vpyramid: Volume of pyramid

Description Usage Arguments Value Examples

View source: R/sbbfunction.R

Description

Compute the volume of pyramid shape

Usage

1
vpyramid(a, h)

Arguments

a

is the area of the base

h

is the height of pyramid

Value

The volume of pyramid

Examples

1
2
volume1 <- vpyramid(5,2);
volume2 <- vpyramid(3,1);

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