Found 170 packages in 0.09 seconds
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
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,
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,
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.
Knot Diagrams using Bezier Curves
Makes visually pleasing diagrams of knot projections using optimized Bezier curves.
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.
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 Grassmann algebra, are discussed. Vignettes presenting conformal geometric algebra, quaternions and split quaternions, dual numbers, and Lorentz transforms are included. The package follows 'disordR' discipline.
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).
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.