first commit

This commit is contained in:
mdcayton
2024-05-15 20:02:16 -06:00
commit 2f41835c36
1034 changed files with 297835 additions and 0 deletions

6
HD.R Normal file
View File

@@ -0,0 +1,6 @@
# Michael Cayton
# Script to import Happy Dad's Physic files and from them to Fortan readable format.
# April 21st, 2016
ns54U140105 <- read.delim2("~/Desktop/ns54U140105.txt", header=FALSE)
write.fwf(ns54U140105, file="~/Desktop/test.txt", sep =" ", colnames = F, rownames=F, quote=F, width=1, scientific=T)