mylog: My logarithm function

Description Usage Arguments Value Examples

View source: R/mylog.R

Description

This is a function that computes the logarithm of a vector

Usage

1
mylog(x)

Arguments

x

a vector of numbers

Value

a vector of the same length as x with the log of x.

Examples

1
2
log(1)
log(2)

borishejblum/mypkg_boris documentation built on Nov. 4, 2019, 8:11 a.m.