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

Found 162 packages in 0.18 seconds

PWIR — by Robin Haunschild, a year 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.

abstr — by Nathanael Sheehan, 3 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 .

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.

echarts4r — by David Munoz Tord, 2 years ago

Create Interactive Graphs with 'Echarts JavaScript' Version 5

Easily create interactive charts by leveraging the 'Echarts Javascript' library which includes 36 chart types, themes, 'Shiny' proxies and animations.

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

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.

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

Arbitrary Dimensional Clifford Algebras

A suite of routines for Clifford algebras, using the 'Map' class of the Standard Template Library. Canonical reference: Hestenes (1987, ISBN 90-277-1673-0, "Clifford algebra to geometric calculus"). Special cases including Lorentz transforms, quaternion multiplication, and Grassman algebra, are discussed. Conformal geometric algebra theory is implemented. Uses 'disordR' discipline.

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

A Multivariate Emulator

A multivariate generalization of the emulator package.

stokes — by Robin K. S. Hankin, 7 months ago

The Exterior Calculus

Provides functionality for working with tensors, alternating forms, wedge products, Stokes's theorem, and related concepts from the exterior calculus. Uses 'disordR' discipline (Hankin, 2022, ). The canonical reference would be M. Spivak (1965, ISBN:0-8053-9021-9) "Calculus on Manifolds". To cite the package in publications please use Hankin (2022) .

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