home

Author: David Max MA DPhil (2017-11-08)

Growth of native black poplar trees analysed using R

Native black poplar at Hillside House 2016-06-04This study reports on survival and growth of native black poplar trees (Populus nigra betulifolia) planted at Hillside House.

Summary

Details

An account of planting methods can be found on the Hillside House website.

An A4 pdf file is available for reading on devices with wider screens.

Data and R script files for download

R files to run this problem are available for download as either tar or zip archives.

Click one of the links and your browser should ask you what you want to do with the selected archive file.

First, save the file into a working directory (i.e. folder, in Windows-speak) of your choice.

The tar archive file can be unpacked using the shell command...

tar -xf poplars.tar.

On Windows the zip archive file can be unpacked by right clicking on the file and choosing "Extract all".

To run the R script, you will need a working installation of R on Linux/Unix or Windows. (The tests here were done using R 3.4.0).

Unpack the archive into your chosen working directory. Start an R session, navigate to the chosen working directory, then run the main job control file TEST.POPLARS7.R, using the R command...

source('TEST.POPLARS7.R').