vegan - Community Ecology Package
Ordination methods, diversity analysis and other functions for community and vegetation ecologists.
Last updated 13 hours ago
ecological-modellingecologyordination
19.28 score 459 stars 437 packages 14k scripts 118k downloadspbapply - Adding Progress Bar to '*apply' Functions
A lightweight package that adds progress bar to vectorized R functions ('*apply'). The implementation can easily be added to functions where showing the progress is useful (e.g. bootstrap). The type and style of the progress bar (with percentages or remaining time) can be set through options. Supports several parallel processing backends including future.
Last updated 2 months ago
progress-bar
14.26 score 156 stars 631 packages 3.6k scripts 95k downloadsResourceSelection - Resource Selection (Probability) Functions for Use-Availability Data
Resource Selection (Probability) Functions for use-availability wildlife data based on weighted distributions as described in Lele and Keim (2006) <doi:10.1890/0012-9658(2006)87%5B3021:WDAEOR%5D2.0.CO;2>, Lele (2009) <doi:10.2193/2007-535>, and Solymos & Lele (2016) <doi:10.1111/2041-210X.12432>.
Last updated 6 months ago
ecologyestimationlelersfrspfsolymosweighted-distributions
8.34 score 8 stars 3 packages 648 scripts 9.5k downloadsdclone - Data Cloning and MCMC Tools for Maximum Likelihood Methods
Low level functions for implementing maximum likelihood estimating procedures for complex models using data cloning and Bayesian Markov chain Monte Carlo methods as described in Solymos 2010 <doi:10.32614/RJ-2010-011>. Sequential and parallel MCMC support for 'JAGS', 'WinBUGS', 'OpenBUGS', and 'Stan'.
Last updated 2 months ago
6.91 score 7 stars 4 packages 217 scripts 572 downloadsdclone - Data Cloning and MCMC Tools for Maximum Likelihood Methods
Low level functions for implementing maximum likelihood estimating procedures for complex models using data cloning and Bayesian Markov chain Monte Carlo methods as described in Solymos 2010 <doi:10.32614/RJ-2010-011>. Sequential and parallel MCMC support for 'JAGS', 'WinBUGS', 'OpenBUGS', and 'Stan'.
Last updated 2 months ago
6.91 score 7 stars 4 packages 217 scripts 572 downloadsintrval - Relational Operators for Intervals
Evaluating if values of vectors are within different open/closed intervals (`x %[]% c(a, b)`), or if two closed intervals overlap (`c(a1, b1) %[]o[]% c(a2, b2)`). Operators for negation and directional relations also implemented.
Last updated 2 months ago
closed-intervalsinterval-endpointsinterval-operatorsnegationopen-intervals
6.32 score 41 stars 1 packages 113 scripts 367 downloadsbSims - Agent-Based Bird Point Count Simulator
A highly scientific and utterly addictive bird point count simulator to test statistical assumptions, aid survey design, and have fun while doing it (Solymos 2024 <doi:10.1007/s42977-023-00183-2>). The simulations follow time-removal and distance sampling models based on Matsuoka et al. (2012) <doi:10.1525/auk.2012.11190>, Solymos et al. (2013) <doi:10.1111/2041-210X.12106>, and Solymos et al. (2018) <doi:10.1650/CONDOR-18-32.1>, and sound attenuation experiments by Yip et al. (2017) <doi:10.1650/CONDOR-16-93.1>.
Last updated 6 months ago
biasbirdsdetectabilityshinysimulationsurvey-design
5.36 score 4 stars 38 scripts 283 downloadsmefa4 - Multivariate Data Handling with S4 Classes and Sparse Matrices
An S4 update of the 'mefa' package using sparse matrices for enhanced efficiency. Sparse array-like objects are supported via lists of sparse matrices.
Last updated 2 months ago
data-manipulationecologysparse-matrices
5.34 score 2 packages 366 scripts 490 downloadsdetect - Analyzing Wildlife Data with Detection Error
Models for analyzing site occupancy and count data models with detection error, including single-visit based models (Lele et al. 2012 <doi:10.1093/jpe/rtr042>, Moreno et al. 2010 <doi:10.1890/09-1073.1>, Solymos et al. 2012 <doi:10.1002/env.1149>, Denes et al. 2016 <doi:10.1111/1365-2664.12818>), conditional distance sampling and time-removal models (Solymos et al. 2013 <doi:10.1111/2041-210X.12106>, Solymos et al. 2018 <doi:10.1650/CONDOR-18-32.1>). Package development was supported by the Alberta Biodiversity Monitoring Institute and the Boreal Avian Modelling Project.
Last updated 6 months ago
5.20 score 5 stars 106 scripts 339 downloadsmefa - Multivariate Data Handling in Ecology and Biogeography
A framework package aimed to provide standardized computational environment for specialist work via object classes to represent the data coded by samples, taxa and segments (i.e. subpopulations, repeated measures). It supports easy processing of the data along with cross tabulation and relational data tables for samples and taxa. An object of class `mefa' is a project specific compendium of the data and can be easily used in further analyses. Methods are provided for extraction, aggregation, conversion, plotting, summary and reporting of `mefa' objects. Reports can be generated in plain text or LaTeX format. Vignette contains worked examples.
Last updated 6 months ago
4.80 score 2 stars 2 packages 104 scripts 702 downloadsdeps - Dependency Management with 'roxygen'-Style Comments
Manage your source code dependencies by decorating your existing R code with special, 'roxygen'-style comments.
Last updated 5 months ago
dependenciespackagesreproducibility
4.67 score 31 stars 5 scripts 670 downloadsdeps - Dependency Management with 'roxygen'-Style Comments
Manage your source code dependencies by decorating your existing R code with special, 'roxygen'-style comments.
Last updated 5 months ago
dependenciespackagesreproducibility
4.67 score 31 stars 5 scripts 670 downloadsdcmle - Hierarchical Models Made Easy with Data Cloning
S4 classes around infrastructure provided by the 'coda' and 'dclone' packages to make package development easy as a breeze with data cloning for hierarchical models.
Last updated 2 months ago
4.60 score 2 packages 66 scripts 335 downloadsdcmle - Hierarchical Models Made Easy with Data Cloning
S4 classes around infrastructure provided by the 'coda' and 'dclone' packages to make package development easy as a breeze with data cloning for hierarchical models.
Last updated 2 months ago
4.60 score 2 packages 66 scripts 335 downloadsrconfig - Manage R Configuration at the Command Line
Configuration management using files (YAML, JSON, INI, TXT), JSON strings, and command line arguments. Command line arguments can be used to override configuration. Period-separated command line flags are parsed as hierarchical lists. Environment variables, R global variables, and configuration values can be substituted.
Last updated 1 years ago
cliconfigjsonyaml
4.11 score 26 stars 3 scripts 227 downloadsrconfig - Manage R Configuration at the Command Line
Configuration management using files (YAML, JSON, INI, TXT), JSON strings, and command line arguments. Command line arguments can be used to override configuration. Period-separated command line flags are parsed as hierarchical lists. Environment variables, R global variables, and configuration values can be substituted.
Last updated 1 years ago
cliconfigjsonyaml
4.11 score 26 stars 3 scripts 239 downloadsopticut - Likelihood Based Optimal Partitioning and Indicator Species Analysis
Likelihood based optimal partitioning and indicator species analysis. Finding the best binary partition for each species based on model selection, with the possibility to take into account modifying/confounding variables as described in Kemencei et al. (2014) <doi:10.1556/ComEc.15.2014.2.6>. The package implements binary and multi-level response models, various measures of uncertainty, Lorenz-curve based thresholding, with native support for parallel computations.
Last updated 6 months ago
ecologyindicator-species-analysislikelihoodoptimal-partitioningspecies
3.91 score 2 stars 82 scripts 186 downloadsEDMAinR - Euclidean Distance Matrix Analysis in R
A coordinate-free approach for comparing biological shapes using landmark data based on Lele and Richtsmeier (1991) <doi:10.1002/ajpa.1330860307>.
Last updated 1 years ago
comparing-biological-shapescoordinate-freelandmark-datamorphometricsmultivariate-statistics
3.78 score 3 stars 9 scriptsmetabias - Meta-Analysis for Within-Study and/or Across-Study Biases
Provides common components (classes, methods, documentation) for packages that conduct meta-analytic corrections and sensitivity analyses for within-study and/or across-study biases in meta-analysis. See the packages 'PublicationBias', 'phacking', and 'multibiasmeta'. These package implement methods described in, respectively: Mathur & VanderWeele (2020) <doi:10.31219/osf.io/s9dp6>; Mathur (2022) <doi:10.31219/osf.io/ezjsx>; Mathur (2022) <doi:10.31219/osf.io/u7vcb>.
Last updated 1 years ago
3.65 score 3 packages 266 downloadsPVAClone - Population Viability Analysis with Data Cloning
Likelihood based population viability analysis in the presence of observation error and missing data. The package can be used to fit, compare, predict, and forecast various growth model types using data cloning.
Last updated 2 months ago
3.54 score 1 stars 23 scripts 237 downloadstryr - Client/Server Error Handling for HTTP API Frameworks
Differentiate client errors (4xx) from server errors (5xx) for the 'plumber' and 'RestRserve' HTTP API frameworks. The package also includes a built-in logging mechanism to standard output (STDOUT) or standard error (STDERR) depending on the log level.
Last updated 6 months ago
3.48 score 3 stars 2 scripts 205 downloadsabmidata - Accessing Public Data from the ABMI
Public data from the Alberta Biodiversity Monitoring Institute.
Last updated 3 years ago
internal-tool
3.48 score 2 stars 6 scriptsclickrup - Interacting with the ClickUp v2 API from R
Work with the ClickUp productivity app from R to manage tasks, goals, time tracking, and more.
Last updated 10 months ago
apiclickupclickup-apiproject-management
3.26 score 18 stars 7 scriptscure4insect - Custom Reporting for Intactness and Sector Effects
Decision support tool that provides an interface to enable custom reporting for intactness and sector effects based on estimates and predictions created by the Alberta Biodiversity Monitoring Institute (ABMI) in collaboration with the Boreal Avian Modelling (BAM) Project.
Last updated 2 years ago
3.07 score 4 stars 59 scriptslhreg - Phylogeny and Species Trait Effects on Detectability
Phylogeny and species trait effects on detectability, supporting material for the manuscript entitled 'Phylogeny and species traits predict songbird detectability' by Solymos, Matsuoka, Stralberg, Bayne, and Barker.
Last updated 7 years ago
birdsborealdetectabilityecologyphylogenyspecies-trait-effects
2.74 score 1 stars 11 scriptssharx - Models and Data Sets for the Study of Species-Area Relationships
Hierarchical models for the analysis of species-area relationships (SARs) by combining several data sets and covariates; with a global data set combining individual SAR studies; as described in Solymos and Lele (2012) <doi:10.1111/j.1466-8238.2011.00655.x>.
Last updated 6 months ago
2.70 score 1 stars 4 scripts 198 downloadsmoosecounter - Adaptive Moose Surveys
Adaptive Moose surveys.
Last updated 9 months ago
shiny
2.65 score 3 stars 4 scriptsbananas - Data Set of Ripening Bananas
Color information about ripening bananas over 21 days.
Last updated 1 years ago
1.70 score 4 scriptsallinone - All-in-on Model Based Custom Predictions for Alberta
Decision support tool that provides an interface to enable custom predictions based on estimates created by the Alberta Biodiversity Monitoring Institute (ABMI) in collaboration with the Boreal Avian Modelling (BAM) Project.
Last updated 3 years ago
species-distribution-models
1.70 score 1 stars 4 scriptspaired - Example point count data set with paired human and ARU data
Data set from Van Wilgenburg et al. 2016 <doi:10.5751/ACE-00975-120113>.
Last updated 6 years ago
1.70 score 6 scriptsKnockKnockJokes - Knock-Knock Jokes
An S4 exercise for Knock-Knock Joke lovers.
Last updated 8 years ago
1.70 score 1 stars 2 scripts