log_3: Title

View source: R/log_3.R

log_3R Documentation

Title

Description

Title

Usage

log_3(x)

Arguments

x

numeric number

Value

the log transformation of x

Examples

set.seed(2)
(y = lapply(runif(2,-10,10), log_3))
y[[1]]$invalid_input

Hung-Ching-Chang/biost2094_hw2 documentation built on March 19, 2022, 2:29 a.m.