fixfile: Fix the output of 'Ahmes' 1.0

Description Usage Arguments Details Author(s) See Also Examples

View source: R/fixfile.R

Description

Convert the output of 'Ahmes' 1.0 to a dataframe that can be handled by 'leafSTAR' and 'R' in general.

Usage

1

Arguments

x

The output of 'Ahmes' 1.0. A .csv file

Details

This function does not modify the original dataset. To have a permanent fixed version of the data, see Example. If using the new data within the package, be aware that the argument Ahmes should be set to FALSE.

Author(s)

Agustina Ventre-Lespiaucq and Silvia Santamaria Bueno.

See Also

Ahmes, fixhour

Examples

1
2
3
data(olea)
 olea_fixed<-fixfile(olea) ## Store the fixed file as a new object.
#fixfile()

leafSTAR documentation built on May 2, 2019, 3:35 p.m.

Related to fixfile in leafSTAR...