log_10: Log (base 10) of a vector.

Description Usage Arguments Details Value Examples

Description

This function takes the log (base 10) of a vector.

Usage

1
log_10(x)

Arguments

x

The vector to log_10.

Details

Logarithmic functions are the inverses of exponential functions.

Value

A vector that is the exponent to raise 10 to get the power, x x.

Examples

1
2
log_10(1:10)
log_10(-5)

mlawre01/FirstRPackage1 documentation built on May 29, 2019, 12:05 p.m.