Found 169 packages in 0.01 seconds
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.
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.
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
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.
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)
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,
The Complex Multivariate Gaussian Distribution
Various utilities for the complex multivariate Gaussian distribution and complex Gaussian processes.
Knot Diagrams using Bezier Curves
Makes visually pleasing diagrams of knot projections using optimized Bezier curves.
A Multivariate Emulator
A multivariate generalization of the emulator package.
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.