read_dat | R Documentation |
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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.