Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 197 packages in 0.09 seconds

ecolottery — by François Munoz, 5 months ago

Coalescent-Based Simulation of Ecological Communities

Coalescent-Based Simulation of Ecological Communities as proposed by Munoz et al. (2018) . The package includes a tool for estimating parameters of community assembly by using Approximate Bayesian Computation.

FAdist — by Thomas Petzoldt, 4 years ago

Distributions that are Sometimes Used in Hydrology

Probability distributions that are sometimes useful in hydrology.

abc.data — by Blum Michael, 2 years ago

Data Only: Tools for Approximate Bayesian Computation (ABC)

Contains data which are used by functions of the 'abc' package.

APIS — by Julien Roche, a year ago

Auto-Adaptive Parentage Inference Software Tolerant to Missing Parents

Parentage assignment package. Parentage assignment is performed based on observed average Mendelian transmission probability distributions or Exclusion. The main functions of this package are the function APIS_2n(), APIS_3n() and launch_APIShiny(), which perform parentage assignment.

knitrProgressBar — by Robert M Flight, 2 years ago

Provides Progress Bars in 'knitr'

Provides a progress bar similar to 'dplyr' that can write progress out to a variety of locations, including stdout(), stderr(), or from file(). Useful when using 'knitr' or 'rmarkdown', and you still want to see progress of calculations in the terminal.

RCALI — by Jean-Francois Rey, a year ago

Calculation of the Integrated Flow of Particles Between Polygons

Calculate the flow of particles between polygons by two integration methods: integration by a cubature method and integration on a grid of points. Annie Bouvier, Kien Kieu, Kasia Adamczyk and Herve Monod (2009) .

powerjoin — by Antoine Fabri, 3 years ago

Extensions of 'dplyr' and 'fuzzyjoin' Join Functions

We extend 'dplyr' and 'fuzzyjoin' join functions with features to preprocess the data, apply various data checks, and deal with conflicting columns.

HSPOR — by Florine Greciet, 6 years ago

Hidden Smooth Polynomial Regression for Rupture Detection

Several functions that allow by different methods to infer a piecewise polynomial regression model under regularity constraints, namely continuity or differentiability of the link function. The implemented functions are either specific to data with two regimes, or generic for any number of regimes, which can be given by the user or learned by the algorithm. A paper describing all these methods will be submitted soon. The reference will be added to this file as soon as available.

lest — by Stefan Fleck, 6 years ago

Vectorised Nested if-else Statements Similar to CASE WHEN in 'SQL'

Functions for vectorised conditional recoding of variables. case_when() enables you to vectorise multiple if and else statements (like 'CASE WHEN' in 'SQL'). if_else() is a stricter and more predictable version of ifelse() in 'base' that preserves attributes. These functions are forked from 'dplyr' with all package dependencies removed and behave identically to the originals.

tinyProject — by Francois Guillem, 7 years ago

A Lightweight Template for Data Analysis Projects

Creates useful files and folders for data analysis projects and provides functions to manage data, scripts and output files. Also provides a project template for 'Rstudio'.