Learn R Programming

MALDIcellassay (version 0.4.47)

transformConc2Log: Convert concentration to log10 and replace zero's

Description

Convert concentration to log10 and replace zero's

Usage

transformConc2Log(conc)

Value

numeric, log10 transformed concentrations

Arguments

conc

numeric, concentrations.

Examples

Run this code
transformConc2Log(c(0.1, 0.01,0.001))

Run the code above in your browser using DataLab