df_to_x3p: Convert a data frame into an x3p file

View source: R/df_to_x3p.R

df_to_x3pR Documentation

Convert a data frame into an x3p file

Description

Convert a data frame into an x3p file

Usage

df_to_x3p(dframe, var = "value")

Arguments

dframe

data frame. dframe must have the columns x, y, and value.

var

name of the variable containing the surface measurements. Defaults to "value".

Value

x3p object


x3ptools documentation built on May 29, 2024, 10:33 a.m.