-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
cdbd7ea
commit e41f434
Showing
1 changed file
with
21 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
# floral-longevity | ||
|
||
Data and analysis code for the paper "Zygomorphic flowers last longer: the evolution of floral symmetry and floral longevity" | ||
Data and analysis code for the paper *Zygomorphic flowers last longer: the evolution of floral symmetry and floral longevity* | ||
|
||
Authors: R.E. Stephens 1,2,3*, R.V. Gallagher 1,4, M. Méndez 5, H. Sauquet 2,3 | ||
* Corresponding author: [email protected] | ||
Authors: R.E. Stephens (1,2), R.V. Gallagher (1,3), M. Méndez (4), H. Sauquet (2,5) | ||
+ Corresponding author: Ruby E. Stephens, [email protected] | ||
|
||
Author addresses: | ||
|
||
1. School of Natural Sciences, Macquarie University, Ryde, NSW, Australia | ||
|
||
2. Royal Botanic Gardens and Domain Trust, Sydney, NSW, Australia | ||
3. Hawkesbury Institute for the Environment, University of Western Sydney, Richmond, NSW, Australia | ||
4. Area of Biodiversity and Conservation, Universidad Rey Juan Carlos, Madrid, Spain | ||
5. Ecology & Evolution Research Centre, University of New South Wales, Sydney, NSW, Australia | ||
|
||
|
||
## Re-running analysis | ||
|
||
Using RStudio open [main.R](https://github.com/rubysaltbush/floral-longevity/blob/main/main.R) | ||
and run scripts in order given in this main script. | ||
|
||
Necessary packages can be installed by running [install_dependencies.R](https://github.com/rubysaltbush/floral-longevity/blob/main/scripts/install_dependencies.R). | ||
Check package versions mentioned in this script are consistent with your installed versions. | ||
Originally run in R version 4.3.0 | ||
|
||
The code caches several steps of the data cleaning and results. | ||
|
||
3. Ecology & Evolution Research Centre, University of New South Wales, Sydney, NSW, Australia | ||
Feel free to re-use scripts and functions for your own analyses, e.g. | ||
|
||
4. Hawkesbury Institute for the Environment, University of Western Sydney, Richmond, NSW, Australia | ||
[arclabel.R](https://github.com/rubysaltbush/floral-longevity/blob/main/scripts/functions/arclabel.R) adds custom labels to circular phylogenies by providing the tips to draw the label between | ||
|
||
5. Area of Biodiversity and Conservation, Universidad Rey Juan Carlos, Madrid, Spain |