Skip to content

An R package for plotting the effectiveness landscape of plant-animal mutualisms.

Notifications You must be signed in to change notification settings

pedroj/effectiveness_pckg

Repository files navigation

The effectiveness package

DOI

This is effect.lndscp, an R package for plotting the effectiveness landscape of mutualisms adding isolines of equal effectiveness values.

Effectiveness landscapes are the two-dimensional representation of the possible combinations of the quantity and the quality of mutualistic services (seed dispersal, pollination) and with elevational contours representing isoclines of effectiveness. These representations can be 2D bivariate plots of multiplicative effects of any of the seed dispersal (SDE) or pollination (PE) effectiveness components.

Installation

devtools::install_github("pedroj/effectiveness_pckg")

Usage

library(effect.lndscp)

Based on a dataset of Cecropia glaziovii frugivores. In this example we build the effectiveness landscape just for the quantitative component, plotting its two subcomponents, visitation rate and per-visit effectiveness.

data(cecropia)
effectiveness_plot(cecropia$totvis, cecropia$totbic, 
    myxlab = "No. visits/10h", 
    myylab = "Effectiveness/vis (No. fruits handled)")

Based on a dataset of Prunus mahaleb frugivores.

data(prunus)
effectiveness_plot(prunus$visits, prunus$eff_per_vis, 
   pts.shape = prunus$group, label = prunus$animal,  
   myxlab = "No. visits/10h", 
   myylab = "Effectiveness/vis (No. fruits handled)")

For additional details please visit the web page here.

Citation

Jordano, P., & Rodriguez-Sanchez, F. (2017). The effect.lndscp R package: Effectiveness landscapes. doi: 10.5281/zenodo.376763 Mar 11, 2017 [Manual]. https://github.com/pedroj/effectiveness_pckg

@techreport{Jordano.Rodriguez-Sanchez:2017:,
	type = {manual},
	title = {The effect.lndscp {R} package: {Effectiveness} landscapes. doi: 10.5281/zenodo.376763 {Mar} 11, 2017},
	url = {https://github.com/pedroj/effectiveness_pckg},
	author = {Jordano, Pedro and Rodríguez-Sánchez, Francisco},
	year = {2017},
	annote = {R package version 0.2.8, commit b1339ee2fc4a674182ae0bad9c661ebdc85e3b4a},
}

References

Schupp, E.W., Jordano, P. & Gómez, J.M. (2017). A general framework for effectiveness concepts in mutualisms. Ecology Letters, 20, 577–590. doi: 10.1111/ele.12764

Schupp, E.W., Jordano, P. & Gómez, J.M. (2010) Seed dispersal effectiveness revisited: A conceptual review. New Phytologist, 188, 333–353.

Schupp, E.W. (1993) Quantity, quality and the effectiveness of seed dispersal by animals. In: Frugivory and seed dispersal: ecological and evolutionary aspects (eds T.H. Fleming & A. Estrada), pp. 15–29. Springer, Dordrecht; The Netherlands.

Jordano, P. & Schupp, E.W. (2000) Seed disperser effectiveness: The quantity component and patterns of seed rain for Prunus mahaleb. Ecological Monographs, 70, 591–615.