example.data: Species-specific anatomy input

Description Usage Arguments Details Value Examples

View source: R/example.data.R

Description

This function provides a data.frame containing standard anatomical measurements from xylem cross-sections images analysed with ROXAS (version 3.0). From the dataset described in anatomy.data, multiple input examples can be provided, including; 1) Norway Spruce (Picea abies) from the Loetschental, Switzerland, 2) Siberian larch (Larix siberica) from Siberia, Russia, 3) Stone pine (Pinus cembra) from the Dolomite mountains, Italy, and 4) Scots pine (Pinus sylvestris) from the eastern lowlands, Germany.

Usage

1
example.data(species = "LOT_PICEA")

Arguments

species

a character string specifying the species from which the example data should be loaded. Valid options include; Picea abies = "LOT_PICEA", Larix siberica = "SIB_LARIX", Pinus cembra = "MOUNT_PINUS", Pinus sylvestris = "LOW_PINUS".

Details

This datasets can be applied as an example to test functions provided in the package. Other examples of ROXAS output can be obtained via: WSL - ROXAS.

Value

A data.frame containing anatomical measurements from the selected species.

Examples

1
2
3
4
#loading example data
input<-example.data(species="LOT_PICEA")
input
str(input)

the-Hull/raptor documentation built on Nov. 29, 2020, 10:20 p.m.