getLog10: getLog10

View source: R/logTransFxn.R

getLog10R Documentation

getLog10

Description

Computes log transform of optical summary data.

Usage

getLog10(dataSummary, signals, grnum)

Arguments

dataSummary

dataframe with summary absorbance and fluoresence data.

signals

character vector of variable names in dataSummary for generating log transforms

grnum

character column name that defines the column with sample names in the dataSummary dataframe. These names are used to merge ratio data into the summary dataframe.

Value

dataframe with the log 10 transform of the summary absorbance and fluoresence data.

Examples

dataSummary <- dfsummary
signals <- ratioSignals[which(ratioSignals[2]>0),1]
grnum<-"GRnumber"
test2 <- getLog10(dataSummary,signals,grnum)

USGS-R/USGSHydroOpt documentation built on Oct. 18, 2022, 9:50 a.m.