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

Found 173 packages in 0.01 seconds

triversity — by Robin Lamarche-Perrin, 8 years ago

Diversity Measures on Tripartite Graphs

Computing diversity measures on tripartite graphs. This package first implements a parametrized family of such diversity measures which apply on probability distributions. Sometimes called "True Diversity", this family contains famous measures such as the richness, the Shannon entropy, the Herfindahl-Hirschman index, and the Berger-Parker index. Second, the package allows to apply these measures on probability distributions resulting from random walks between the levels of tripartite graphs. By defining an initial distribution at a given level of the graph and a path to follow between the three levels, the probability of the walker's position within the final level is then computed, thus providing a particular instance of diversity to measure.

spanishoddata — by Egor Kotov, 4 months ago

Get Spanish Origin-Destination Data

Gain seamless access to origin-destination (OD) data from the Spanish Ministry of Transport, hosted at < https://www.transportes.gob.es/ministerio/proyectos-singulares/estudios-de-movilidad-con-big-data/opendata-movilidad>. This package simplifies the management of these large datasets by providing tools to download zone boundaries, handle associated origin-destination data, and process it efficiently with the 'duckdb' database interface. Local caching minimizes repeated downloads, streamlining workflows for researchers and analysts. Extensive documentation is available at < https://ropenspain.github.io/spanishoddata/index.html>, offering guides on creating static and dynamic mobility flow visualizations and transforming large datasets into analysis-ready formats.

PWIR — by Robin Haunschild, 4 months ago

Provides a Function to Calculate Prize Winner Indices Based on Bibliometric Data

A function 'PWI()' that calculates prize winner indices based on bibliometric data is provided. The default is the 'Derek de Solla Price Memorial Medal'. Users can provide recipients of other prizes.

rchallenge — by Adrien Todeschini, 5 years ago

A Simple Data Science Challenge System

A simple data science challenge system using R Markdown and 'Dropbox' < https://www.dropbox.com/>. It requires no network configuration, does not depend on external platforms like e.g. 'Kaggle' < https://www.kaggle.com/> and can be easily installed on a personal computer.

scov — by Martin Metodiev, a month ago

Structured Covariances Estimators for Pairwise and Spatial Covariates

Implements estimators for structured covariance matrices in the presence of pairwise and spatial covariates. Metodiev, Perrot-Dockès, Ouadah, Fosdick, Robin, Latouche & Raftery (2025) .

freegroup — by Robin K. S. Hankin, 8 months ago

The Free Group

The free group in R; juxtaposition is represented by a plus. Includes inversion, multiplication by a scalar, group-theoretic power operation, and Tietze forms. To cite the package in publications please use Hankin (2022) .

ResistorArray — by Robin K. S. Hankin, 7 years ago

Electrical Properties of Resistor Networks

Electrical properties of resistor networks using matrix methods.

frab — by Robin K. S. Hankin, a year ago

How to Add Two R Tables

Methods to "add" two R tables; also an alternative interpretation of named vectors as generalized R tables, so that c(a=1,b=2,c=3) + c(b=3,a=-1) will return c(b=5,c=3). Uses 'disordR' discipline (Hankin, 2022, ). Extraction and replacement methods are provided. The underlying mathematical structure is the Free Abelian group, hence the name. To cite in publications please use Hankin (2023) .

untb — by Robin K. S. Hankin, a year ago

Ecological Drift under the UNTB

Hubbell's Unified Neutral Theory of Biodiversity.

lorentz — by Robin K. S. Hankin, 10 months ago

The Lorentz Transform in Relativistic Physics

The Lorentz transform in special relativity; also the gyrogroup structure of three-velocities. Performs active and passive transforms and has the ability to use units in which the speed of light is not unity. Includes some experimental functionality for celerity and rapidity. For general relativity, see the 'schwarzschild' package.