fixClorophylData: Fix the problems of chlorophyll-a data set

Description Usage Arguments Value Examples

Description

Fix the problems of chlorophyll-a data set

Usage

1

Arguments

chla

data.frame with original data

Value

data.frame with fixed data

Examples

1
2
3
4
5
filename <- system.file("extdata", "Clorofila.txt", package = "PaqueGato")

chla <- read.delim(filename)

fixClorophylData(filename)

lsaravia/PaqueGato documentation built on May 29, 2019, 11:44 a.m.