write_uvf: Write xts- or matrix-objects to .uvf file format

Description Usage Arguments See Also

Description

Writes xts or matrix objects to .uvf structured time series data.

Usage

1
2
3
write_uvf(data, file, function.interpretation, parameter, id, measuring.unit,
  arguments.unit = "time", easting = NA, northing = NA, elevation = NA,
  verbose = TRUE)

Arguments

data

The data object to be written

file

A character string naming the file to write to.

function.interpretation

The type of function interpretation. Must be: 'Linie', 'Summenlinie', 'Blockanfang', 'Blockende' or 'Punkt'

parameter

Name of parameter

id

Number of identification

measuring.unit

Unit of measurement

arguments.unit

Unit of argument

easting

Easting

northing

Northing

elevation

Elevation

verbose

logical. Provide additional details?

See Also

xts.


dleutnant/tsconvert documentation built on May 15, 2019, 9:17 a.m.