R IIN T AMME, L ARS G ÖTZENBERGER, M ARTIN Z OBEL, J AMES M. B ULLOCK, D ANNY A. P. H OOFTMAN, A NTS K AASIK, M EELIS P ÄRTEL Predicting seed dispersal.

Slides:



Advertisements
Similar presentations
WHAT IS ELINK? Thermoflow, Inc.
Advertisements

Page 1 of 11 Lessees can submit individual Unit Values for their Production Entities if they do not want to utilize the default unit value. If no Unit.
The INFILE Statement Reading files into SAS from an outside source: A Very Useful Tool!
Applied Econometrics Second edition
What is needed? Raster maps of the study area, can be obtained by a different software like ArcGis. -Raster map of the location of the target species (.csv.
John Porter Why this presentation? The forms data take for analysis are often different than the forms data take for archival storage Spreadsheets are.
Internet Applications: Telnet, Ping and Traceroute.
TREMA Tree Management and Mapping software Raintop Computing - Oxford.
Presented by Mina Haratiannezhadi 1.  publishing, editing and modifying content  maintenance  central interface  manage workflows 2.
RIMS II Online Order and Delivery System Tutorial on Downloading and Viewing Multipliers.
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Access 2007 ® Use Databases How can Access help you to find and use information?
Microsoft Access Database software. What is a database? … a database is an organized collection of data. A collection of data of similar information compiled.
REFWORKS (WRITE-N-CITE): Write-n-Cite allows one to write a paper in MS Word, and to insert citation placeholders directly from one’s references imported.
1 An Introduction – UCF, Methods in Ecology, Fall 2008 An Introduction By Danny K. Hunt & Eric D. Stolen Getting Started with R (with speaker notes)
Committing to the future easyEmission - Testing Module for Engines.
Step by Step Instruction: How to Conduct Direct Certification using File Upload: SAIS IDs Released January 2014 “How to Conduct Direct Certification using.
SAS Workshop Lecture 1 Lecturer: Annie N. Simpson, MSc.
2008 Welcome to the Springer Customized Catalog – An Extension of the Bookseller Search.
Applications Software. Applications software is designed to perform specific tasks. There are three main types of application software: Applications packages.
Introduction to SPSS Edward A. Greenberg, PhD
EASI a free web database application for collecting and managing monitoring records.
RiskMeter Batch Training. Batch Tool The Riskmeter batch tool allows users to submit multiple locations all at once. The Riskmeter batch tool allows users.
Step by Step Instruction: How to Conduct Direct Certification using File Upload: Standard Format Released January 2014 “How to Conduct Direct Certification.
Common Application Software. MS Word Some advanced use : Mail-merge Self-made Templates Macro (recording and running)
A Web Laboratory for Visual Interactive Simulation of Epitaxial Growth Feng Liu University of Utah Recently, we have developed a prototype of web laboratory.
SP5 - Neuroinformatics SynapsesSA Tutorial Computational Intelligence Group Technical University of Madrid.
Introduction to Occupancy Models Key to in-class exercise are in blue
Lesson 29: Building a Database. Learning Objectives After studying this lesson, you will be able to:  Identify key database design techniques  Open.
WS 9-1 ANSYS, Inc. Proprietary © 2009 ANSYS, Inc. All rights reserved. February 27, 2009 Inventory # Workshop 9 Taylor Impact Test – “What if” Study.
In part from: Yizhou Sun 2008 An Introduction to WEKA Explorer.
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2015 Attila Skulteti
Basics of the Endnote bibliography and reference manager program November 2012 Attila Skultéti
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2015 Attila Skulteti
Bibliography and reference manager programs (EndNote, Mendeley, Zotero) 2016 Attila Skulteti
Multi-Axis Tabular Loads in ANSYS Workbench
Oil Spill Model Systems
ARCHITECTURAL PROCEDURAL MODELING MARKO KOLJANČIĆ MAKSIM ŠESTIĆ
Data File Import / Export
Getting started in Eclipse
Lesson 3: Trifacta Basics
How Can I Download My Transactions Directly Into Quicken
Python I/O.
Heat Index Pentaho User Manual.
Plant Genetics A living organism of the kind exemplified by trees, shrubs, herbs, grasses, ferns, and mosses, typically growing in a permanent site, absorbing.
Lesson 1: Introduction to Trifacta Wrangler
Lesson 3: Trifacta Basics
Lesson 2 – Chapter 2A CHAPTER 2A – CREATING A DATASET
Lesson 3 – Chapter 3C Changing Datatypes: Settypes
Lesson 4: Advanced Transforms
Lesson 4: Advanced Transforms
CSCI N207 Data Analysis Using Spreadsheet
Code Analysis, Repository and Modelling for e-Neuroscience
Lesson 4: Advanced Transforms
Testing the DEM tool: the Dutch experience
Lesson 6: Tools Chapter 6D – Lookup.
Lesson 6: Tools Chapter 6C – Join.
Lesson 4: Advanced Transforms
Lesson 3: Trifacta Basics
Lesson 2: Getting Started
Amos Introduction In this tutorial, you will be briefly introduced to the student version of the SEM software known as Amos. You should download the current.
Lesson 5: Wrangling Tools
Lesson 4: Advanced Transforms
Lesson 3: Trifacta Basics
Lesson 3: Trifacta Basics
Lesson 5: Wrangling Tools
Code Analysis, Repository and Modelling for e-Neuroscience
Lesson 2: Getting Started
Day 2: introduction.
A brief introduction to the nutrient tool-kit, getting R Studio to work and checking the data Martyn Kelly
Presentation transcript:

R IIN T AMME, L ARS G ÖTZENBERGER, M ARTIN Z OBEL, J AMES M. B ULLOCK, D ANNY A. P. H OOFTMAN, A NTS K AASIK, M EELIS P ÄRTEL Predicting seed dispersal distances from simple plant traits

We collected available maximum dispersal distance data for plant species

576 plant species are currently represented in our database

We collected plant trait data from original studies or databases dispersal syndrome growth form seed mass seed releasing height terminal velocity

We related these plant traits to maximum dispersal distances

Average maximum dispersal distance increases from species with no special mechanisms for dispersal to ballistic, ant, wind, and animal dispersal 1.1 m 3.6 m 6.5 m 47.6 m 196 m

Average maximum dispersal distance also increases from herbs to shrubs and trees 5.2 m 24.4 m 295 m

We then built models to predict plant species’ maximum dispersal distances from simple plant traits

O BSERVED MAXIMUM DISPERSAL DISTANCE ( LOG ; M ) P REDICTED MAXIMUM DISPERSAL DISTANCE (L OG ; M ) Simple plant traits explained up to 60% of variation in maximum dispersal distances We used 2/3 of the data to build the models and 1/3 of the data as a test set to test the predictions For the test set we predicted dispersal distances using parameters from the models and related these to observed values

We provide a function dispeRsal to predict maximum dispersal distances for users’ own datasets

How to predict plant species’ dispersal distances using dispeRsal function in ?

1

Download and install R is a free software environment for statistical computing and graphics

2

Download and load dispeRsal function Simply download the dispeRsal file Double-clicking the file automatically opens R and loads the dispeRsal function

3

Prepare the data file Your data file has to follow a specific format SpeciesGFDSSMTVRH You can use Excel or similar software to prepare the dataset

Prepare the data file Your data file has to follow a specific format SpeciesGFDSSMTVRH Enter the species names without authorship It is also possible to only include genus level

Prepare the data file Your data file has to follow a specific format SpeciesGFDSSMTVRH Enter either tree, shrub, or herb Species growth form

Prepare the data file Your data file has to follow a specific format SpeciesGFDSSMTVRH Enter either animal, ant, ballistic, wind.none, or wind.special Species dispersal syndrome You can use different online databases to obtain data on species’ dispersal syndrome

Prepare the data file Your data file has to follow a specific format SpeciesGFDSSMTVRH Seed mass Enter the value in log10 transformed format (using mg) If no data is available, you can leave the cell empty

Prepare the data file Your data file has to follow a specific format SpeciesGFDSSMTVRH If no data is available, you can leave the cell empty Enter the value in log10 transformed format (using m/s) Seed terminal velocity

Prepare the data file Your data file has to follow a specific format SpeciesGFDSSMTVRH If no data is available, you can leave the cell empty Seed releasing height (or plant height) Enter the data in log10 transformed format (using m)

For example… SpeciesGFDSSMTVRH Acer platanoidestreewind.special Abies albatreewind.special Viola montanaherbballistic Viola arvensisherbballistic Viola arvensisherbant

For example… Save your file in a comma separated file format (.csv) Make sure your data file is in the same directory as the dispeRsal file Note that you can enter a species multiple times to predict dispersal distance for different syndromes SpeciesGFDSSMTVRH Acer platanoidestreewind.special Abies albatreewind.special Viola montanaherbballistic Viola arvensisherbballistic Viola arvensisherbant

4

your.data <- read.table(“YourFileName.csv”, header=TRUE, sep=“;”, dec=“.”) You may need to modify the values for separator (sep) and decimal (dec) depending on your file format Read in your data to

5

dispeRsal(your.data, model=5) Use dispeRsal function

dispeRsal(your.data, model=5) The value for model can be either 1, 2, 3, 4, or 5 Use dispeRsal function 1 uses DS, GF, TV 2 uses DS, GF, SM, RH 3 uses DS, GF, RH 4 uses DS, GF, SM 5 uses DS, GF Choose the model depending on the data available (you can run the function several times using different models) Note that the simplest model (5) only uses DS and GF data even for species that have more data available

The output… SpeciesOrderFamilyDSlog10MDD _Family log10MDD _Order log10MDD _measured Acer platanoides SapindalesSapindaceaewind.special Abies albaPinalesPinaceaewind.special Viola montanaMalphigialesViolaceaballistic NA Viola arvensisMalphigialesViolaceaballistic Viola arvensisMalphigialesViolaceaant NA

The output… The function automatically assignes your species to a family and an order SpeciesOrderFamilyDSlog10MDD _Family log10MDD _Order log10MDD _measured Acer platanoides SapindalesSapindaceaewind.special Abies albaPinalesPinaceaewind.special Viola montanaMalphigialesViolaceaballistic NA Viola arvensisMalphigialesViolaceaballistic Viola arvensisMalphigialesViolaceaant NA

The output… The function predicts dispersal distances taking account the taxonomy of the species (family or order) SpeciesOrderFamilyDSlog10MDD _Family log10MDD _Order log10MDD _measured Acer platanoides SapindalesSapindaceaewind.special Abies albaPinalesPinaceaewind.special Viola montanaMalphigialesViolaceaballistic NA Viola arvensisMalphigialesViolaceaballistic Viola arvensisMalphigialesViolaceaant NA Note that the maximum dispersal distance values are log10 transformed (in m)

The output… If possible, also the measured maximum dispersal distance from the original data source is given SpeciesOrderFamilyDSlog10MDD _Family log10MDD _Order log10MDD _measured Acer platanoides SapindalesSapindaceaewind.special Abies albaPinalesPinaceaewind.special Viola montanaMalphigialesViolaceaballistic NA Viola arvensisMalphigialesViolaceaballistic Viola arvensisMalphigialesViolaceaant NA Note that the maximum dispersal distance values are log10 transformed (in m)

For more information…

dispeRsal is being presented by a research article in Ecology, which we kindly ask you to cite in case you use the tool and its output for your own publications Riin Tamme, Lars Götzenberger, Martin Zobel, James M. Bullock, Danny A. P. Hooftman, Ants Kaasik, and Meelis Partel (In press). Predicting species' maximum dispersal distances from simple plant traits. Ecology http://dx.doi.org/ /