changeset 1:72fbbff22c5c draft default tip

Uploaded
author jfb
date Tue, 27 Feb 2018 12:38:51 -0500
parents 16160fe81a16
children
files pYtime/._NMF.xml pYtime/._xytime.xml pYtime/xytime.R
diffstat 3 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
Binary file pYtime/._NMF.xml has changed
Binary file pYtime/._xytime.xml has changed
--- a/pYtime/xytime.R	Tue Feb 27 11:27:07 2018 -0500
+++ b/pYtime/xytime.R	Tue Feb 27 12:38:51 2018 -0500
@@ -2,7 +2,7 @@
 
 inputtoim<-read.csv("needspy.csv",header = FALSE,sep = ",",stringsAsFactors = FALSE)
 
-YsToim<-rep("xY",times=nrow(inputtime)-1)
+YsToim<-rep("xY",times=nrow(inputtoim)-1)
 YsToim<-c("0",YsToim)
 
 outputtoim<-inputtoim