Read a dat file and create an x3p file
read_dat(path, profiley = TRUE, sample = 1)
path | The file path to the dat file |
---|---|
profiley | are profiles on y? |
sample | 1 in sample lines will be taken |
list with header information and surface matrix
# NOT RUN { d1 <- read_dat("Br4 Bullet 4-1.dat") d2 <- read_dat("L1.dat", profiley = FALSE) # }