{"id":42305729,"url":"https://github.com/pedroj/effectiveness_pckg","last_synced_at":"2026-01-27T11:08:50.762Z","repository":{"id":145214771,"uuid":"84199078","full_name":"pedroj/effectiveness_pckg","owner":"pedroj","description":"An R package for plotting the effectiveness landscape of plant-animal mutualisms.","archived":false,"fork":false,"pushed_at":"2025-02-12T18:13:57.000Z","size":936,"stargazers_count":5,"open_issues_count":3,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-12T19:25:57.377Z","etag":null,"topics":["ecology","effectiveness-landscape","mutualistic-networks","plotting","seed-dispersal","seed-dispersal-effectiveness"],"latest_commit_sha":null,"homepage":"http://pedroj.github.io/effectiveness/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pedroj.png","metadata":{"files":{"readme":"README.Rmd","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-07T12:56:35.000Z","updated_at":"2025-02-12T18:14:01.000Z","dependencies_parsed_at":"2025-02-12T19:23:24.411Z","dependency_job_id":"1e07787b-c7b8-4a7e-91cf-779c199496b9","html_url":"https://github.com/pedroj/effectiveness_pckg","commit_stats":{"total_commits":112,"total_committers":3,"mean_commits":"37.333333333333336","dds":0.2767857142857143,"last_synced_commit":"515e9477eb6d0a597c157a0dc71e112ab2f7d7a7"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/pedroj/effectiveness_pckg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroj%2Feffectiveness_pckg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroj%2Feffectiveness_pckg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroj%2Feffectiveness_pckg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroj%2Feffectiveness_pckg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pedroj","download_url":"https://codeload.github.com/pedroj/effectiveness_pckg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pedroj%2Feffectiveness_pckg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28812371,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-27T07:41:26.337Z","status":"ssl_error","status_checked_at":"2026-01-27T07:41:08.776Z","response_time":168,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ecology","effectiveness-landscape","mutualistic-networks","plotting","seed-dispersal","seed-dispersal-effectiveness"],"created_at":"2026-01-27T11:08:50.074Z","updated_at":"2026-01-27T11:08:50.754Z","avatar_url":"https://github.com/pedroj.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"---\noutput: github_document\n---\n\n```{r, echo = FALSE}\nknitr::opts_chunk$set(\n  collapse = TRUE,\n  comment = \"#\u003e\",\n  fig.path = \"README-\"\n)\n```\n\n\n# The effectiveness package      \n\n[![DOI](https://zenodo.org/badge/84199078.svg)](https://zenodo.org/badge/latestdoi/84199078)      \n\nThis is `effect.lndscp`, an `R` package for plotting the effectiveness landscape of mutualisms adding isolines of equal effectiveness values.\n\nEffectiveness 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. \n\n\n\n## Installation\n\n```r\ndevtools::install_github(\"pedroj/effectiveness_pckg\")\n```\n\n\n## Usage\n\n```{r}\nlibrary(effect.lndscp)\n```\n\n\n\nBased 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.\n\n```{r cecropia}\ndata(cecropia)\neffectiveness_plot(cecropia$totvis, cecropia$totbic, \n    myxlab = \"No. visits/10h\", \n    myylab = \"Effectiveness/vis (No. fruits handled)\")\n```\n\n\nBased on a dataset of *Prunus mahaleb* frugivores. \n\n```{r prunus}\ndata(prunus)\neffectiveness_plot(prunus$visits, prunus$eff_per_vis, \n   pts.shape = prunus$group, label = prunus$animal,  \n   myxlab = \"No. visits/10h\", \n   myylab = \"Effectiveness/vis (No. fruits handled)\")\n```\n\n\n\n\nFor additional details please visit the web page [here](http://pedroj.github.com/effectiveness/).\n\n\n**References**   \n\nSchupp, E.W., Jordano, P. \u0026amp; Gómez, J.M. (2017). A general framework for effectiveness concepts in mutualisms. _Ecology Letters_, **20**, 577–590. **doi**: 10.1111/ele.12764    \n\nSchupp, E.W., Jordano, P. \u0026 Gómez, J.M. (2010) Seed dispersal effectiveness revisited: A conceptual review. _New Phytologist_, **188**, 333–353.  \n\nSchupp, 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 \u0026 A. Estrada), pp. 15–29. Springer, Dordrecht; The Netherlands. \n\nJordano, P. \u0026 Schupp, E.W. (2000) Seed disperser effectiveness: The quantity component and patterns of seed rain for _Prunus mahaleb_. _Ecological Monographs_, **70**, 591–615.     \n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroj%2Feffectiveness_pckg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpedroj%2Feffectiveness_pckg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpedroj%2Feffectiveness_pckg/lists"}