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

Found 169 packages in 0.01 seconds

spanishoddata — by Egor Kotov, a month 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.

rchallenge — by Adrien Todeschini, 4 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.

abstr — by Nathanael Sheehan, 4 years ago

R Interface to the A/B Street Transport System Simulation Software

Provides functions to convert origin-destination data, represented as straight 'desire lines' in the 'sf' Simple Features class system, into JSON files that can be directly imported into A/B Street < https://www.abstreet.org>, a free and open source tool for simulating urban transport systems and scenarios of change .

biomod2 — by Maya Gueguen, 6 months ago

Ensemble Platform for Species Distribution Modeling

Functions for species distribution modeling, calibration and evaluation, ensemble of models, ensemble forecasting and visualization. The package permits to run consistently up to 10 single models on a presence/absences (resp presences/pseudo-absences) dataset and to combine them in ensemble models and ensemble projections. Some bench of other evaluation and visualization tools are also available within the package.

freegroup — by Robin K. S. Hankin, 4 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) .

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) .

cmvnorm — by Robin K. S. Hankin, 3 years ago

The Complex Multivariate Gaussian Distribution

Various utilities for the complex multivariate Gaussian distribution and complex Gaussian processes.

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

Knot Diagrams using Bezier Curves

Makes visually pleasing diagrams of knot projections using optimized Bezier curves.

multivator — by Robin K. S. Hankin, 2 years ago

A Multivariate Emulator

A multivariate generalization of the emulator package.

lorentz — by Robin K. S. Hankin, 6 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.