check.Ag.blank: Plot a blank spectrum for diagnostic

Description Usage Arguments Value Author(s) Examples

View source: R/check.Ag.blank.R

Description

Check a blank spectrum made during CDOM measurement with Lambda-850 spectrophotometer for diagnostic

Usage

1
check.Ag.blank(filen, PNG = TRUE)

Arguments

filen

read.LAMBDA850

PNG

is a logical parameter indicating whether or not the plots are save in a PNG file. Default is TRUE.

Value

It returns a data frame with 2 columns for wavelength (wl) and Optical Depth (OD). It creates a PNG file with two plots helping to check the quality of the baseline.

Author(s)

Simon Belanger

Examples

1
2
3
4
localpath = getwd()
setwd(path.package("RspectroAbs"))
nano = check.Ag.blank("data/nano_2.Sample.Raw.csv1", PNG=FALSE)
setwd(localpath)

belasi01/RspectroAbs documentation built on July 27, 2020, 9:52 p.m.