[chronojump] Fixed Sprint analysis table wrong row name



commit 99f02e692613eaf4a819f14292ab8206da60a8ef
Author: Xavier Padullés <x padulles gmail com>
Date:   Mon Oct 26 11:17:27 2020 +0100

    Fixed Sprint analysis table wrong row name

 r-scripts/sprintUtil.R | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/r-scripts/sprintUtil.R b/r-scripts/sprintUtil.R
index 6f9f4701..8caf402e 100644
--- a/r-scripts/sprintUtil.R
+++ b/r-scripts/sprintUtil.R
@@ -120,7 +120,7 @@ exportSprintDynamics <- function(sprintDynamics)
                           V0 = sprintDynamics$V0,
                           pmax.lm = sprintDynamics$pmax.lm,
                           pmax.rel.lm = sprintDynamics$pmax.rel.lm)
-        write.csv2(exportData, file = paste(tempPath, "/sprintResults.csv", sep = ""))
+        write.csv2(exportData, file = paste(tempPath, "/sprintResults.csv", sep = ""), row.names = FALSE)
 }
 
 #Finds the time correspondig to a given position in the formula x(t) = Vmax*(t + (1/K)*exp(-K*t)) -Vmax - 1/K


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]