fixfile {leafSTAR} | R Documentation |
Convert the output of 'Ahmes' 1.0 to a dataframe that can be handled by 'leafSTAR'
and 'R'
in general.
fixfile(x)
x |
The output of 'Ahmes' 1.0. A .csv file |
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
.
Agustina Ventre-Lespiaucq and Silvia Santamaria Bueno.
data(olea)
olea_fixed<-fixfile(olea) ## Store the fixed file as a new object.
#fixfile()