fixfile {leafSTAR}R Documentation

Fix the output of 'Ahmes' 1.0

Description

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

Usage

fixfile(x)

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

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

[Package leafSTAR version 1.0 Index]