Author: Degi Harja Asmara and Steve Cumming
Nelder plot (Nelder 1962) is an experimental design for testing a multiple tree spacings in a single plot. The shape of plot is circular with some number of concentric wheels or arcs radiating outward and the spokes connecting the center. The intersections of spokes and arcs are the tree positions. The tree position on different wheels represent a different the tree spacing distance or tree density. This design eliminates the need for separate experimental plots for each tree density. The difficulties with Nelder plot design is their uncommon layout and complex parameterization (Parrott et al. 2012). This computer-aided tool for designing the Nelder plot can be very useful for the practical implementation of this experimental design.
The binary distribution of this software can be found at: https://sourceforge.net/projects/nelderplot.ecomodels.p/
The source code location: https://github.com/degi/nelderplot
The software is designed to be used by either forestry practitioner or those who one to explore the Nelder plot parameterization. Two type of input parameters option is available: practical and standard parametrization. The plot design will be automatically displayed as soon as the required parameters are satisfied.
Download the source code, and go to the app root folder and type:
python setup.py install
It will install the required files. After, run the application by typing:
python -m nelderplot.app
NOTE: This app was developed using python 3
- Minimum planting density (trees/ha)
- Maximum planting density (trees/ha)
- Number of density range
- Rectangularity (1 - for 'square' approximation)
- Plot dimension (Width, Height)
- Initial radius (r_0)
- Arcs radius rate of change (α)
- Division angle of spokes (θ)
- Center of rotation (x, y)
- Number of Species (max 3)
The software provides various output including:
- Text file with all the parameters, plot variables and data points
- Plot design that can be exported into various image format
- KML file which includes individual plant position coordinates and plot design information
Below are some screenshot of the software:
- Main interfaces of the software
- The option for half wheel Nelder by selecting the center of rotation
- Another option with a quarter wheel
- Standard parameterization may use a rectangle plot
- The rectangle plot with center of rotation on the plot border
- Option for number of species
- Two type of species arrangement: Alternate spokes and alternate wheels combination
- The variable information of Nelder plot wheels
- Data point information for relative plant coordinates
- The KML file can be imported to google map as map layer
- The KML file includes the information of Nelder plot parametrization and design
Plot design type A1 require a parameter to define the initial radius (r_0) and a constant increment value (α). The wheels radius is then calculated with formula:
The individual growing space is calculated based on formula:
where θ is degrees between the wheel spokes (Nelder 1962).
The parameterization with practical application use the formula proposed by Parrot et al. (2012) to convert the variable into standard Nelder plot parameters. The calculation is as follow:
where α is constant increment, d_1 is minimum planting density, d_1 is maximum planting density, and n is number of density range.
where θ is division angle of spokes and t is rectangularity.
where r_0 is initial wheel radius.
- Nelder JA (1962) New kinds of systematic designs for spacing experiments. Biometrics 283–307
- Parrott DL, Brinks JS, Lhotka JM (2012) Designing Nelder wheel plots for tree density experiments. New Forests 43:245–254. doi: 10.1007/s11056-011-9278-4