Found 176 packages in 0.01 seconds
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,
Knot Diagrams using Bezier Curves
Makes visually pleasing diagrams of knot projections using optimized Bezier curves.
A Suite of Routines for Working with Jordan Algebras
A Jordan algebra is an algebraic object originally
designed to study observables in quantum mechanics. Jordan
algebras are commutative but non-associative; they satisfy the
Jordan identity. The package follows the ideas and notation of
K. McCrimmon (2004, ISBN:0-387-95447-3) "A Taste of Jordan
Algebras". To cite the package in publications, please use
Hankin (2023)
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,
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.
Electrical Properties of Resistor Networks
Electrical properties of resistor networks using matrix methods.
The Weyl Algebra
A suite of routines for Weyl algebras. Notation follows
Coutinho (1995, ISBN 0-521-55119-6, "A Primer of Algebraic
D-Modules"). Uses 'disordR' discipline
(Hankin 2022
Ecological Drift under the UNTB
Hubbell's Unified Neutral Theory of Biodiversity.
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).
The Complex Multivariate Gaussian Distribution
Various utilities for the complex multivariate Gaussian distribution and complex Gaussian processes.