square_area: Square area

Description Usage Arguments Author(s) Examples

Description

Function to calculate the area of a square. Requires numeric input.

Usage

1

Arguments

length

The length of the square [m]

width

The width of the square [m]

Author(s)

Marieke Dirksen

Examples

1
2
3
4
5
square_area(4,5)

## Not run: 
square_area(4,"5")
## End(Not run)

MariekeDirk/Reproducability-Reusability-course documentation built on May 12, 2019, 1:07 p.m.