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

Found 176 packages in 0.08 seconds

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

Antiassociative Algebra

Methods to deal with the free antiassociative algebra over the reals with an arbitrary number of indeterminates. Antiassociativity means that (xy)z = -x(yz). Antiassociative algebras are nilpotent with nilindex four (Remm, 2022, ) and this drives the design and philosophy of the package. Methods are defined to create and manipulate arbitrary elements of the antiassociative algebra, and to extract and replace coefficients. A vignette is provided.

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, 2 years 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) .

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

Multivariate Polynomials

Various utilities to manipulate multivariate polynomials. The package is almost completely superceded by the 'spray' and 'mvp' packages, which are much more efficient.

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

Ecological Drift under the UNTB

Hubbell's Unified Neutral Theory of Biodiversity.

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

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

A Multivariate Emulator

A multivariate generalization of the emulator package.

opentripplanner — by Malcolm Morgan, 2 years ago

Setup and connect to 'OpenTripPlanner'

Setup and connect to 'OpenTripPlanner' (OTP) < http://www.opentripplanner.org/>. OTP is an open source platform for multi-modal and multi-agency journey planning written in 'Java'. The package allows you to manage a local version or connect to remote OTP server to find walking, cycling, driving, or transit routes. This package has been peer-reviewed by rOpenSci (v. 0.2.0.0).

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

Manipulate Virtual Functions

If f <- function(x){x^2} and g <- function(x){x+1} it is a constant source of annoyance that "f+g" is not defined. Package 'vfunc' allows you to do this, and we have (f+g)(2) returning 5. The other arithmetic operators are similarly implemented. A wide class of coding bugs is eliminated.

cmvnorm — by Robin K. S. Hankin, 4 months ago

The Complex Multivariate Gaussian Distribution

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