logtBase: Get take the log of a numeric vector

View source: R/utils.R

logtBaseR Documentation

Get take the log of a numeric vector

Description

Get take the log of a numeric vector

Usage

logtBase(x, thresh = 0.5, base = 2)

Arguments

x

numeric vector

thresh

minimum numeric value greater than 0 to have in vector

base

numeric value indicating base to log with

Value

numeric vector with logged values

Examples

logtBase(c(0, 1, 2, 2), thresh=0.1, base=10)


Nanostring-Biostats/GeomxTools documentation built on April 14, 2024, 1:25 a.m.