Unit conversion functions
Usage
m2ft(x)
ft2m(x)
cm2in(x)
msq2acres(x)
msq2ha(x)
Arguments
- x
A numeric vector to convert
Value
A vector of converted values
Details
These unit conversion functions are vectorized.
Functions
ft2m()
: Feet to meters
cm2in()
: Centimeters to inches
msq2acres()
: Meters squared to acres
msq2ha()
: Meters squared to hectacres