read_dat: Read a dat file and create an x3p file

Description Usage Arguments Format Examples

Description

Read a dat file and create an x3p file

Usage

1
read_dat(path, profiley = TRUE, sample = 1)

Arguments

path

The file path to the dat file

profiley

are profiles on y?

sample

1 in sample lines will be taken

Format

list with header information and surface matrix

Examples

1
2
3
4
5
## Not run: 
d1 <- read_dat("Br4 Bullet 4-1.dat")
d2 <- read_dat("L1.dat", profiley = FALSE)

## End(Not run)

erichare/bulletr documentation built on May 16, 2019, 8:26 a.m.