df_to_x3p: 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".