read.x3p: Read an x3p file

Description Usage Arguments Details Value References Examples

View source: R/read.x3p.R

Description

Read an x3p file

Usage

1
read.x3p(fpath)

Arguments

fpath

Details

Unzips file to tempdir().Returns a list. The first element is the x3p file header. The second element is the surface data in the form of a matrix.

Value

a list

References

http://open-gps.sourceforge.net/

Examples

1
2
3
file.path <- system.file("extdata", "glock.x3p", package="x3pr")
glock.x3p.info <- read.x3p(file.path)
glock.x3p.info[[1]]

npetraco/x3pr documentation built on May 23, 2019, 9:33 p.m.