example.data: Generate example TDM input data

Description Usage Arguments Details Value Examples

View source: R/example.data.R

Description

This function returns a data.frame containing standard TDM (thermal dissipation method) measurements provided in two different formats. The data is obtained from tdm.data where Δ V measurements are given for Norway spruce (Picea abies Karts.) growing in a valley in the Swiss Alps. See tdm.data for additional details.

Usage

1
example.data(type = "timestamp")

Arguments

type

Character string, indicating whether the example data should be displayed with a timestamp (default = “timestamp”) or separate year, day of day (“doy”).

Details

This dataset can be applied for testing the functions provided in TREXr.

Value

A data.frame containing TDM measurements according to a specific type.

Examples

1
2
3
4
# get example data
input_data <- example.data(type = "timestamp")
input_data <- example.data(type = "doy")
head(input_data)

TREXr documentation built on March 24, 2021, 5:06 p.m.