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

Found 114 packages in 0.13 seconds

leafgl — by Tim Appelhans, a year ago

High-Performance 'WebGl' Rendering for Package 'leaflet'

Provides bindings to the 'Leaflet.glify' JavaScript library which extends the 'leaflet' JavaScript library to render large data in the browser using 'WebGl'.

neo4r — by Colin Fay, 7 years ago

A 'Neo4J' Driver

A Modern and Flexible 'Neo4J' Driver, allowing you to query data on a 'Neo4J' server and handle the results in R. It's modern in the sense it provides a driver that can be easily integrated in a data analysis workflow, especially by providing an API working smoothly with other data analysis and graph packages. It's flexible in the way it returns the results, by trying to stay as close as possible to the way 'Neo4J' returns data. That way, you have the control over the way you will compute the results. At the same time, the result is not too complex, so that the "heavy lifting" of data wrangling is not left to the user.

icesAdvice — by Colin Millar, 4 years ago

Functions Related to ICES Advice

A collection of functions that facilitate computational steps related to advice for fisheries management, according to ICES guidelines. These include methods for calculating reference points and model diagnostics.

ef — by Colin Millar, 5 years ago

Modelling Framework for the Estimation of Salmonid Abundance

A set of functions to estimate capture probabilities and densities from multipass pass removal data.

icesDatras — by Colin Millar, 3 years ago

DATRAS Trawl Survey Database Web Services

R interface to access the web services of the ICES (International Council for the Exploration of the Sea) DATRAS trawl survey database < https://datras.ices.dk/WebServices/Webservices.aspx>.

tidystringdist — by Colin Fay, 7 years ago

String Distance Calculation with Tidy Data Principles

Calculation of string distance following the tidy data principles. Built on top of the 'stringdist' package.

PamBinaries — by Taiki Sakai, 9 months ago

Read and Process 'Pamguard' Binary Data

Functions for easily reading and processing binary data files created by 'Pamguard' (< https://www.pamguard.org/>). All functions for directly reading the binary data files are based on 'MATLAB' code written by Michael Oswald.

icesTAF — by Colin Millar, 7 months ago

Functions to Support the ICES Transparent Assessment Framework

Functions to support the ICES Transparent Assessment Framework < https://taf.ices.dk> to organize data, methods, and results used in ICES assessments. ICES is an organization facilitating international collaboration in marine science.

rdhs — by OJ Watson, 2 years ago

API Client and Dataset Management for the Demographic and Health Survey (DHS) Data

Provides a client for (1) querying the DHS API for survey indicators and metadata (< https://api.dhsprogram.com/#/index.html>), (2) identifying surveys and datasets for analysis, (3) downloading survey datasets from the DHS website, (4) loading datasets and associate metadata into R, and (5) extracting variables and combining datasets for pooled analysis.

GillespieSSA — by Robrecht Cannoodt, 4 years ago

Gillespie's Stochastic Simulation Algorithm (SSA)

Provides a simple to use, intuitive, and extensible interface to several stochastic simulation algorithms for generating simulated trajectories of finite population continuous-time model. Currently it implements Gillespie's exact stochastic simulation algorithm (Direct method) and several approximate methods (Explicit tau-leap, Binomial tau-leap, and Optimized tau-leap). The package also contains a library of template models that can be run as demo models and can easily be customized and extended. Currently the following models are included, 'Decaying-Dimerization' reaction set, linear chain system, logistic growth model, 'Lotka' predator-prey model, Rosenzweig-MacArthur predator-prey model, 'Kermack-McKendrick' SIR model, and a 'metapopulation' SIRS model. Pineda-Krch et al. (2008) .