read_dat: Read a dat file and create an x3p file

View source: R/data.R

read_datR Documentation

Read a dat file and create an x3p file

Description

Read a dat file and create an x3p file

Usage

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

## 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 3, 2024, 10:14 p.m.