Description Usage Arguments Value Examples
Fix the problems of chlorophyll-a data set
1 | fixClorophylData(chla)
|
chla |
data.frame with original data |
data.frame with fixed data
1 2 3 4 5 | filename <- system.file("extdata", "Clorofila.txt", package = "PaqueGato")
chla <- read.delim(filename)
fixClorophylData(filename)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.