• Aucun résultat trouvé

dendrometeR : analyzing the pulse of trees in R

N/A
N/A
Protected

Academic year: 2021

Partager "dendrometeR : analyzing the pulse of trees in R"

Copied!
14
0
0

Texte intégral

(1)

dendrometeR: analyzing the pulse of trees in R

1

2

Authors: 3

Ernst van der Maatena,*, Marieke van der Maaten-Theunissena, Marko Smiljanića, Sergio 4

Rossib,c, Sonia Simardd, Martin Wilmkinga, Annie Deslauriersb, Patrick Fontie, Georg von Arxe, 5

Olivier Bouriaudf 6

7 a

Institute of Botany and Landscape Ecology, University of Greifswald, Soldmannstr. 15, 8

17487 Greifswald, Germany. 9

b

Département des Sciences Fondamentales, Université du Québec à Chicoutimi, 555 10

Boulevard de l’Université, Chicoutimi, QC, G7H2B1, Canada. 11

c

Key Laboratory of Vegetation Restoration and Management of Degraded Ecosystems, 12

Provincial Key Laboratory of Applied Botany, South China Botanical Garden, Chinese 13

Academy of Sciences, Guangzhou, China 14

d

Climate Dynamics and Landscape Evolution, GFZ German Research Centre for 15

Geosciences, Telegrafenberg, 14473 Potsdam, Germany. 16

e

Swiss Federal Institute for Forest, Snow and Landscape Research WSL, Zürcherstrasse 17

111, 8903 Birmensdorf, Switzerland. 18

f

National Forest Inventory, Forest Research and Management Institute, Bucharest, 128 Bd 19

Eroilor, Voluntari, Romania. 20 21 * Corresponding author: 22 Tel: +49 (0)3834 86 4193, Fax: +49 (0)3834 86 4096 23

Email: ernst.vandermaaten@uni-greifswald.de and ernst.vandermaaten@gmail.com 24

25

Keywords: stem-size variation, data analysis, tree-growth monitoring, tree water status, 26

dendrometer, radial growth 27

28

Paper type: Technical Note 29

Manuscript length: abstract – 153 words; main text – 2595 words; 3 figures 30

(2)

Abstract

31

Dendrometers are measurement devices proven to be useful to analyze tree water relations 32

and growth responses in relation to environmental variability. To analyze dendrometer data, 33

two analytical methods prevail: (1) daily approaches that calculate or extract single values per 34

day, and (2) stem-cycle approaches that separate high-resolution dendrometer records into 35

distinct phases of contraction, expansion and radius increment. Especially the stem-36

cycle approach requires complex algorithms to disentangle cyclic phases. Here, we present a 37

new R package, named dendrometeR, that facilitates the analysis of dendrometer data using 38

both analytical methods. By making the package freely available, we make a first step 39

towards comparable and reproducible methods to analyze dendrometer data. The package 40

contains customizable functions to prepare, verify, process and plot dendrometer series, as 41

well as functions that facilitate the analysis of dendrometer data (i.e. daily statistics or 42

extracted phases) in relation to environmental data. The functionality of dendrometeR is 43

illustrated in this note. 44

(3)

1. Introduction

45

Dendrometers are measurement devices used in plant sciences that can monitor size 46

variation of plant organs like stems, roots, branches and fruits with high temporal and spatial 47

resolution. In forest ecological and tree physiological research, these tools are increasingly 48

used to study seasonal growth dynamics of trees (e.g., Duchesne et al., 2012; van der 49

Maaten, 2013), to gain insights in environmental parameters driving tree growth (Biondi and 50

Hartsough, 2010; Deslauriers et al., 2003; Köcher et al., 2012), and to monitor the water 51

balance of trees (Giovanelli et al., 2007; Turcotte et al., 2011; Zweifel et al., 2005). 52

Dendrometers continuously record stem-size variations without invasive sampling of the 53

cambium (Drew and Downes, 2009), making them particularly suitable for long-term 54

monitoring. Recorded signals comprise irreversible stem growth and reversible cycles of stem 55

water depletion and replenishment (Herzog et al., 1995; Kozlowski and Winget, 1964; Tardif 56

et al., 2001). Several approaches have been proposed to analyze the different components of 57

these data (e.g., Deslauriers et al., 2003; Downes et al., 1999; Drew and Downes, 2009; 58

Herzog et al., 1995; King et al., 2013). Among them, two major approaches can be identified: 59

(1) daily, and (2) stem-cycle approaches. The daily approach characterizes the properties of 60

the circadian cycle by calculating or extracting summary metrics per day (i.e. daily mean, 61

minimum or maximum) (Bouriaud et al., 2005; King et al., 2013; van der Maaten et al., 2013), 62

whereas the stem-cycle approach separates stem-size changes into the distinct phases of 63

contraction, expansion and stem-radius increment (Deslauriers et al., 2003; Downes et al., 64

1999; Herzog et al., 1995). Although time series from daily and stem-cycle approaches are 65

highly correlated (Deslauriers et al., 2007), only stem-cycle approaches can consider cycles 66

that last longer than one day. 67

To disentangle the different cyclic phases from dendrometer data, Deslauriers et al. (2011) 68

presented an algorithm for the proprietary software SAS. For the free and open-source 69

statistical software environment R (R Development Core Team, 2016) no such routine is 70

available, yet. A steadily increasing offer and use of dendro-related R-packages like 'dplR' 71

(Bunn, 2008), 'treeclim' (Zang and Biondi, 2015) and 'pointRes' (van der Maaten-Theunissen 72

et al., 2015) are clearly highlighting the appreciation of the research community to make use 73

of the extremely versatile R environment. Hence, a new R package was developed, named 74

(4)

dendrometeR, that facilitates the analysis of sub-daily dendrometer data. Rather than a 75

simple translation of the original SAS code (Deslauriers et al., 2011), dendrometeR presents 76

an innovative and more comprehensive suite of customizable functions including functions for 77

both daily and stem-cycle approaches. In this note, we describe and illustrate the functionality 78 of the package. 79 80 2. Package functionality 81

The package dendrometeR contains functions (1) to prepare and verify dendrometer and 82

environmental data formats for further processing in the package, (2) to perform gap-filling of 83

dendrometer data, and to sequentially process dendrometer and environmental data for (3) 84

daily statistics and (4) stem-cycle analysis (Fig. 1). Appropriate plotting functions allow to 85

easily visualize gap-filled time series and the stem-cycle assignments. 86

87

FIGURE 1

88 89

2.1 Data formatting and verification

90

The package dendrometeR requests the input data to be formatted as a data frame with a 91

timestamp as row names (in date-time format: %Y-%m-%d %H:%M:%S without daylight savings, 92

e.g., time zone GMT), and dendrometer series (or environmental data) in columns; missing 93

values should be indicated with NA. To facilitate a possibly needed transformation of raw 94

dendrometer data, the package includes a vignette called 'Import dendrometer data'. It is 95

highly recommended to consult this vignette, as it illustrates the transformation process for 96

diverse raw data formats. The functions is.dendro and dendro.resolution can be used to 97

verify the correct formatting and the time resolution of the input data. The function is.dendro 98

returns TRUE when the data is in the required format, and FALSE if not. In the latter case, 99

specific error messages on the nature of the problem (e.g., problems with timestamp, non-100

numeric data etc.) are returned as well. The temporal resolution of the data, which needs to 101

be constant within a time series, can be obtained using dendro.resolution. 102

103 104

(5)

2.2. Gap filling

105

As there may be missing values in the dendrometer data, a function named fill_gaps is 106

provided. This function employs an ARIMA model (cf. Deslauriers et al. 2011) to fill gaps of 107

short duration (i.e. several hours). The ARIMA model cannot sensibly handle long gaps, i.e. 108

lasting over more than a day. Optimal models are selected using the auto.arima function 109

from the 'forecast' package (Hyndman and Khandakar, 2008). Optionally, seasonal 110

components of ARIMA models can be included. In that case, AR-, I- and MA-components are 111

checked across the seasonal oscillations within the data (for dendrometer data most likely to 112

be daily). Although the inclusion of a seasonal component might increase the robustness and 113

precision of the ARIMA model, it will also demand more computation resources, thereby 114

slowing down the execution of fill_gaps. The output of the model can be smoothed using a 115

user-defined smoothing parameter. As the ARIMA parameters, and thus the gap-filling, might 116

be distinct for individual growing seasons, we deliberately designed fill_gaps for single 117

growing seasons. Consequently, long dendrometer series should be splitted in individual 118

growing seasons prior to gap-filling. To allow the usage of the function for datasets from the 119

Southern Hemisphere, the input data may contain two consecutive calendar years at 120

maximum. fill_gaps can work on multiple series simultaneously and returns a data frame 121

with gap-filled dendrometer series. The output can be conveniently displayed for specified 122

time windows using the fill_plot function. 123

124

2.3. Daily approach

125

For daily analyses, the function daily_stats can be applied on both dendrometer and 126

environmental datasets. The function returns, depending upon the entry for argument sensor 127

(i.e. a numeric or "ALL"), multiple statistics (mean, minimum, maximum, amplitude, and 128

timing of minimum / maximum) for a specified sensor, or a single statistic (daily mean, 129

minimum, maximum, or sum) for all sensors in a data frame. The option to calculate daily 130

sums is included in daily_stats as it is relevant for environmental parameters like 131

precipitation. An optional smoothing argument is included (smooth.param) to handle noisy 132

datasets; it requires gap-free (or -filled) series. 133

(6)

2.4 Stem-cycle approach

135

The stem-cycle processing includes three functions that need to be sequentially performed, 136

i.e. phase_def, cycle_stats and climate_seg. The function phase_def identifies and 137

assigns each timestamp to the three distinct phases of contraction, expansion and stem-138

radius increment for dendrometer series from a data frame with gap-free (or -filled) 139

dendrometer data. Thereby, the function first searches for minimum and maximum points 140

within a specified daily time window. Then, the original dendrometer series are offset back- 141

and forward to make sure that the identified extrema are indeed extrema of the cyclic phases. 142

A comparison between the original and offset series finally allows selecting all appropriate 143

minimum and maximum values. The phase_def function can be customized in many different 144

ways. For example, the minimum temporal distance and the minimum difference between 145

consecutive minimum and maximum points (i.e. in x and y direction) can be specified using 146

the arguments minmaxDist and minmaxSD, respectively. The argument radialIncrease 147

allows to determine from which moment on data points should be assigned to the stem-radius 148

increment phase: when data points are continuously above the previous maximum ("max"), 149

when a single data point is above the previous maximum ("min"), or right in between "min" 150

and "max" ("mid"). This highly flexible architecture of phase_def allows handling noisy and 151

sub-hourly data as well, making it a more robust algorithm compared to the original SAS 152

routine. The output of phase_def, a data frame with numbers indicating the different stem-153

cyclic phases, can be directly used as input for the phase_plot function. This plotting 154

function creates graphs for single or multiple dendrometer series showing stem-cyclic phases 155

(one color per phase). The time axis is automatically labeled depending upon the length of the 156

dendrometer series. The output of phase_def is further used in cycle_stats, a function that 157

defines stem cycles from the identified phases and that calculates statistics for all phases and 158

cycles. These statistics include the timing and duration of each phase and cycle, as well as 159

information on the magnitude and range of stem-size changes. The function works for single 160

dendrometer series, which are defined by the argument sensor. We further included a 161

smoothing option in cycle_stats (argument smooth.param; cf. Deslauriers et al. 2011) 162

particularly for noisy datasets in which outliers may under- or overestimate the minimum and 163

maximum stem size within phases and stem cycles. By default, no smoothing is performed. 164

(7)

The function climate_seg finally calculates means or sums, or extracts minimum or 165

maximum values of environmental parameters for the stem-cyclic phases as defined using 166

cycle_stats. Thereby, the function facilitates the analysis of dendrometer in relation to 167

environmental data. For climate_seg, the temporal resolution of the environmental data 168

should be equal to, or higher than that of the dendrometer data used to define the cyclic 169

phases. Similarly, the period covered by data should be identical or longer. 170

The output of dendrometeR, being either daily statistics for dendrometer and environmental 171

data (when using a daily approach) or segmented dendrometer and environmental data 172

according to stem-cyclic phases, can be used in further analyses. 173

174

3. Illustrated example

175

The package dendrometeR includes dendrometer data from Canada and Germany, both raw 176

and pre-processed, to exhaustively illustrate all functions on its integrated help pages. The 177

Canadian series presents hourly dendrometer data for a coniferous tree (Picea mariana (Mill.) 178

BSP) from Camp Daniel for the year 2008; the German series present half-hourly data for 179

three broadleaved trees (Fagus sylvatica L.) from Hinnensee and Eldena for the years 2012 180

and 2015, respectively. For Eldena, also some temperature data is included in the package. 181

Hence, we illustrate the functions of dendrometeR for Eldena in the following examples. 182

Thereby, we will focus on the steps that need to be sequentially performed when using a 183

stem-cycle approach, mainly because the usage and output of daily_stats is very 184

straightforward (i.e. a single daily statistic for all sensors in a data frame, or multiple statistics 185

for a specified sensor). 186

After processing the raw dendrometer data (named dmEDraw) using code from the vignette 187

'Import dendrometer data', and checking the import data using is.dendro, few missing 188

records in the series should be filled using fill_gaps. In the following example, we 189

introduce, after loading the data, some artificial gaps for demonstration purposes, fill these 190

gaps and create a plot with gap-filled series: 191 192 > data(dmED) 193 > dmED[c(3189:3196, 3401:3419),1] <- NA 194

(8)

> dm.gpf <- fill_gaps(dmED, Hz = 0.01, season = TRUE) 195

> fill_plot(dmED, dm.gpf, sensor = 1, year = NULL, period = c(124, 134)) 196

197

The argument Hz of fill_gaps is a smoothing parameter allowing to adjust the level of 198

smoothing of the results of the ARIMA model; higher values mean rougher smoothing. With 199

the argument season it can be indicated whether only non-seasonal (season = FALSE), or 200

non- and seasonal models should be checked (season = TRUE). The output, in this case 201

named dm.gpf, is directly used as input in fill_plot. This function creates a plot 202

highlighting the filling of missing records in orange (Fig. 2). The argument sensor allows to 203

specify a particular dendrometer (by column number), whereas year and period define the 204

year and period (using day of year numbers for begin and end) to be plotted. 205

206

FIGURE 2

207 208

The gap-filled dendrometer data can be used as input in phase_def to define phases of 209

contraction, expansion and stem-radius increment. Example code reads: 210

211

> dm.phase <- phase_def(dm.gpf, resolution = dendro.resolution(dm.gpf), 212

shapeSensitivity = 0.6, minmaxDist = 0.2, minmaxSD = 2, radialIncrease = 213

"max") 214

215

The phase_def argument resolution specifies the resolution of the dendrometer data (in 216

seconds), and defaults to the resolution of the dendrometer data (dm.gpf). 217

shapeSensitivity specifies the time window (i.e. proportion of a day) within which extrema 218

points are searched for in the dendrometer data. It further defines the offsetting of 219

dendrometer series back and forth to assure that the identified extrema are indeed the 220

extrema of cyclic phases: offsetting is fixed to (1 - shapeSensitivity) / 2 day ratios. The 221

arguments minmaxDist and minmaxSD allow to specify the minimum temporal distance (i.e. in 222

x direction) and the minimum difference, expressed in standard deviations (in y direction),

223

between consecutive minimum and maximum points. Here, these arguments are set to 0.2 224

(9)

day and 2 standard deviations. radialIncrease is set to "max", meaning that the stem-225

radius increment phase is first defined when dendrometer records are continuously above the 226

previous maximum. The output phase_def (a data frame with numbers indicating the different 227

stem-cyclic phases) is named dm.phase here, and can be directly used as input in 228

phase_plot as follows: 229

230

> phase_plot(dm.gpf, dm.phase, sensor = 1, period = c(145, 151), colPhases 231

= c("#fdcc8a", "#fc8d59", "#d7301f"), pch = 16, main = "Sensor Beech03 232

(2015)") 233

234

The phase_plot function creates a plot showing the three distinct phases of contraction, 235

expansion and stem-radius increment for a period as defined in period, while using colors as 236

specified in the colPhases argument (Fig. 3). colPhases defaults to the first three colors of 237

the current palette. Additional graphical parameters (e.g., points, axis, text and color options) 238

can be added to phase_plot as for the high-level plotting function plot. 239

240

FIGURE 3

241 242

The output of phase_def can further be used as input for cycle_stats. This function defines 243

the actual stem cycles, and calculates statistics for them as well as for all individual stem-244

cyclic phases. The function can be called as follows: 245

246

> dm.stats <- cycle_stats(dm.gpf, dm.phase, sensor = 1) 247

248

The output of cycle_stats is a list containing a data frame named 'cycleStats' with 249

information on the timing (begin and end) and duration (in hours and minutes) of all phases 250

and cycles, as well as on the magnitude and range of stem-size changes. The function 251

climate_seg finally calculates means or sums, or extracts minimum or maximum values of 252

environmental parameters for the stem-cyclic phases as defined using cycle_stats. 253

Example code to run the function reads: 254

(10)

255

> data(envED) 256

> clim.phase <- climate_seg(envED, dm.stats, value = "mean") 257

258

Next to the output of cycle_stats (dm.stats), the function requires environmental data as 259

input. This environmental data should cover at least the same period as the dendrometer 260

data, should have the same (or a higher) temporal resolution, and should be similarly 261

formatted (verify using is.dendro). The climate_seg argument value allows to specify 262

whether means ("mean"), sums ("sum"), minimum ("min") or maximum values ("max") 263

should be calculated or extracted. As the example data includes air and soil temperature 264

parameters, "mean" was selected here. The output of climate_seg is a data frame with the 265

environmental data segmented for all phases and cycles. 266

267

4. Package availability

268

The dendrometeR package is available as an add-on package in R, and can be downloaded 269

from the Comprehensive R Archive Network website (CRAN: http://cran.r-270

project.org/web/packages/dendrometeR). To install dendrometeR from the R console, type 271

'install.packages("dendrometeR")'. dendrometeR requires the packages 'forecast' (Hyndman, 272

2015), 'pspline' (Ripley, 2015) and 'zoo' (Zeileis and Grothendieck, 2005). 273

The package dendrometeR is designed with entry-level users of R in mind, and comes with 274

extensive documentation including example code for all functions. In addition, a vignette 275

describes how input data can be formatted and verified. The package documentation is 276

accessible from the R console using the command '?dendrometeR', or directly from the 277

integrated help pages for users of the RStudio software (RStudio, 2015). 278

279

5. Outlook

280

The package dendrometeR contains customizable functions to import, verify, process and plot 281

high-resolution dendrometer data. Further, it facilitates analyses of dendrometer data in 282

relation to environmental parameters. By making the package freely available in the open 283

source R statistical software, we made a first step towards homogenized analyses of 284

(11)

dendrometer data. In the future, new functions may be added to dendrometeR depending 285

upon suggestions of the research community. 286

287

Acknowledgements

288

This study is based upon work from COST Action FP1106 STReESS, supported by COST 289

(European Cooperation in Science and Technology). EM and SS were further supported by 290

the Helmholtz Association within the frame of the Virtual Institute of Integrated Climate and 291

Landscape Evolution Analysis (ICLEA). MW was funded by DFG Wi2680/2-1. PF and GA 292

have been supported by a grant from the Swiss State Secretariat for Education, Research 293

and Innovation SERI (SBFI C14.0104). OB acknowledges support by a grant of the Romanian 294

National Authority for Scientific Research, CNCS-UEFISCDI, project number PN-II-ID-PCE-295

2011-3-0781. 296

(12)

References

297

Biondi, F., Hartsough, P., 2010. Using automated point dendrometers to analyze tropical 298

treeline stem growth at Nevado de Colima, Mexico. Sensors 10, 5827-5844. 299

Bouriaud, O., Leban, J.M., Bert, D., Deleuze, C., 2005. Intra-annual variations in climate 300

influence growth and wood density of Norway spruce. Tree Physiol. 25, 651-660. 301

Bunn, A.G., 2008. A dendrochronology program library in R (dplR). Dendrochronologia 26, 302

115-124. 303

Deslauriers, A., Morin, H., Urbinati, C., Carrer, M., 2003. Daily weather response of balsam fir 304

(Abies balsamea (L.) Mill.) stem radius increment from dendrometer analysis in the 305

boreal forests of Québec (Canada). Trees 17, 477-484. 306

Deslauriers, A., Rossi, S., Anfodillo, T., 2007. Dendrometer and intra-annual tree growth: 307

what kind of information can be inferred? Dendrochronologia 25, 113-124. 308

Deslauriers, A., Rossi, S., Turcotte, A., Morin, H., Krause, C.l., 2011. A three-step procedure 309

in SAS to analyze the time series from automatic dendrometers. Dendrochronologia 310

29, 151-161. 311

Downes, G., Beadle, C., Worledge, D., 1999. Daily stem growth patterns in irrigated 312

Eucalyptus globulus and E. nitens in relation to climate. Trees 14, 102-111.

313

Drew, D.M., Downes, G.M., 2009. The use of precision dendrometers in research on daily 314

stem size and wood property variation: a review. Dendrochronologia 27, 159-172. 315

Duchesne, L., Houle, D., D'Orangeville, L., 2012. Influence of climate on seasonal patterns of 316

stem increment of balsam fir in a boreal forest of Québec, Canada. Agric. For. 317

Meteorol. 162-163, 108-114. 318

Giovannelli, A. et al., 2007. Evaluation of drought response of two poplar clones (Populus x 319

canadensis Monch 'I-214' and P-deltoides Marsh. 'Dvina') through high resolution

320

analysis of stem growth. J. Exp. Bot. 58, 2673-2683. 321

Herzog, K.M., Häsler, R., Thum, R., 1995. Diurnal changes in the radius of a subalpine 322

Norway spruce stem: their relation to the sap flow and their use to estimate 323

transpiration. Trees 10, 94-101. 324

Hyndman, R.J., Khandakar, Y., 2008. Automatic time series forecasting: the forecast package 325

for R. J Stat Softw 26, 1-22. 326

(13)

Hyndman, R.J., 2015. forecast: Forecasting functions for time series and linear models. R 327

package version 6.2, http://github.com/robjhyndman/forecast. 328

King, G., Fonti, P., Nievergelt, D., Büntgen, U., Frank, D. 2013. Climatic drivers of hourly to 329

yearly tree radius variations along a 6°C natural warming gradient. Agric. For. 330

Meteorol. 168, 36-46. 331

Köcher, P., Horna, V., Leuschner, C., 2012. Environmental control of daily stem growth 332

patterns in five temperate broad-leaved tree species. Tree Physiol., 32: 1021-1032. 333

Kozlowski, T.T., Winget, C.H., 1964. Diurnal and seasonal variation in radii of tree stems. 334

Ecology 45, 149-155. 335

R Development Core Team, 2014. R: a language and environment for statistical computing. R 336

Foundation for Statistical Computing, Vienna, Austria. 337

Ripley, B., 2015. pspline: Penalized Smoothing Splines. R package version 1.0-17. R port of 338

S original by Jim Ramsey. https://CRAN.R-project.org/package=pspline 339

RStudio, 2015. RStudio: Integrated development for R. RStudio, Inc., Boston, MA. 340

Tardif, J., Flanningan, M., Bergeron, Y., 2001. An analysis of the daily radial activity of 7 341

boreal tree species, North-western Quebec. Environ. Monit. Assess. 67, 141-160. 342

Turcotte, A., Morin, H., Krause, C., Deslauriers, A., Thibeault-Martel, M., 2009. The timing of 343

spring rehydration and its relation with the onset of wood formation in black spruce. 344

Agric. For. Meteorol. 149, 1403-1409. 345

van der Maaten, E., 2013. Thinning prolongs growth duration of European beech (Fagus 346

sylvatica L.) across a valley in southwestern Germany. Forest Ecol. Manag. 306,

135-347

141. 348

van der Maaten, E., Bouriaud, O., van der Maaten-Theunissen, M., Mayer, H., Spiecker, H., 349

2013. Meteorological forcing of day-to-day stem radius variations of beech is highly 350

synchronic on opposing aspects of a valley. Agric. For. Meteorol. 181, 85-93. 351

van der Maaten-Theunissen, M., van der Maaten, E., Bouriaud, O. 2015. pointRes: An R 352

package to analyze pointer years and components of resilience. Dendrochronologia 353

35, 34-38. 354

Zang, C., Biondi, F., 2015. treeclim: an R package for the numerical calibration of proxy-355

climate relationships. Ecography 38, 431-436. 356

(14)

Zeileis, A., Grothendieck, G. 2005. zoo: S3 Infrastructure for Regular and Irregular Time 357

Series. J. Stat. Softw., 14, 1-27. 358

Zweifel, R., Zimmermann, L., Newbery, D.M., 2005. Modeling tree water deficit from 359

microclimate: an approach to quantifying drought stress. Tree Physiol. 25, 147-156. 360 361 362 363 364 Figure captions 365 366

Fig. 1 Schematic overview of the functions included in dendrometeR.

367 368

Fig. 2 Example of a plot created with the fill_plot function. Gap-filled records are indicated 369

in orange. Data is presented for a European beech tree from Eldena (Germany) for selected 370

days in 2015. 371

372

Fig. 3 Example of a plot created with the phase_plot function. The stem-cyclic phases of 373

contraction, expansion and stem-radius increment are indicated by different colors. A 374

sequential color scheme from ColorBrewer (http://colorbrewer.org) was used. Data is 375

presented for a European beech tree from Eldena (Germany) for selected days in 2015. 376

Références

Documents relatifs

Biorobotics Dpt., Movement and Perception

The similarity or dissimilarity occurs at different levels: between trees, between different locations around the stem circumference of one tree, in the overall growth pattern after

The kernel density estimation was used to set mass functions, and the belief functions theory combined evidence to determine the sensor’s zone. Experiments on real data prove

Bounded cohomology, classifying spaces, flat bundles, Lie groups, subgroup distortion, stable commutator length, word metrics.. The authors are grateful to the ETH Z¨ urich, the MSRI

The common point to Kostant’s and Steinberg’s formulae is the function count- ing the number of decompositions of a root lattice element as a linear combination with

However in the present corpus it is shown that the word can also be the only term of the second alternative, leaving the addressee with just implicit

Dosing time-dependent variations of the intercompartmental rate con- stants could explain, at least in part, similar variations in the toxic effects of the drug,

Recall that in Chapter 2, we exploited the linear conditional bivariate multinomial (LCBM) fixed model for bivariate multinomial data analysis, which consists of fully