read_x3p: Read an x3p file as an R Data Frame

Description Usage Arguments Examples

Description

Read an x3p file as an R Data Frame

Usage

1
read_x3p(path, profiley = TRUE, automatic = TRUE)

Arguments

path

The file path to the x3p file

profiley

If TRUE, rotate the matrix to ensure a profile is taken across y

automatic

use file dimensions to determine whether file needs to be rotated. Assumes long dimension is on y, overwrites profiley. Only works sensibly for bullet lands. For more control, set automatic to FALSE

Examples

1
2
3
4
## Not run: 
br411 <- read_x3p("Br4 Bullet 4-1.x3p")

## End(Not run)

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