log_2: Title

View source: R/log_2.R

log_2R Documentation

Title

Description

Title

Usage

log_2(x)

Arguments

x

numeric number

Value

log transformation of x

Examples

x <- 4
log_2(x)

x <- -1 # show error message 
try(log_2(x))

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