write_x3p.default: Write an x3p file taking Lists: general.info, feature.info,...

Description Usage Arguments Examples

Description

Write an x3p file taking Lists: general.info, feature.info, matrix.info and matrix: surface.matrix as inputs

Usage

1
2
3
4
## Default S3 method:
write_x3p(x, file, header.info = x$header.info,
  general.info = NULL, feature.info = NULL, matrix.info = NULL,
  profiley = TRUE)

Arguments

x

Surface Matrix with the x y z values to be written (variable type: matrix)

file

where should the file be stored?

header.info

header info of x3p

general.info

Setting the Values for the XML to a list

feature.info

Setting the Values for the XML to a list

matrix.info

Setting the Values for the XML to a list

profiley

If FALSE, reorient the matrix to ensure a profile is taken is consistent with surface.matrix (input variable). The default value of Profiley is TRUE

Examples

1
2
3
4
5
6
## Not run: 
 # use all defaults:
 write_x3p(surface.matrix=surface.matrix, file="out.x3p", profiley = FALSE)
 

## End(Not run)

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