/Wenk_RA_review

Code and data for producing the figures in http://doi.org/10.1101/008508

Primary LanguageROtherNOASSERTION

Quantifying and understanding reproductive allocation schedules in plants

Contact: Daniel Falster

This repository contains all the code used to produce figures in the manuscript:

Wenk EH, Falster DS (2015) Quantifying and understanding reproductive allocation schedules in plants. Ecology and Evolution 5: 5521-5538. 10.1002/ece3.1802

Running

To reproduce the figures from the paper, download this code, open an R session with your home directory set to project root and run the command

source(`analysis.R`)

License

Data

The data included in the data directory was made available by Martin Henery. With Martin's permission, it is being made available here under the CC0 license. If you use the data, we encourage you would to cite the original publication from where it was collected:

Henery, M. & Westoby, M. (2001) Seed mass and seed nutrient content as predictors of seed output variation between species. Oikos 92: 479–490. doi: 10.1034/j.1600-0706.2001.920309.x

Code

All code (all R files, script files but not data) is under the MIT licence:

Copyright (c) 2014 Daniel S. Falster

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.