Other packages > Find by keyword >

rcdd  

Computational Geometry
View on CRAN: Click here


Download and install rcdd package within the R console
Install from CRAN:
install.packages("rcdd")

Install from Github:
library("remotes")
install_github("cran/rcdd")

Install by package version:
library("remotes")
install_version("rcdd", "1.6")



Attach the package and use:
library("rcdd")
Maintained by
Charles J. Geyer
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2005-04-20
Latest Update: 2023-12-15
Description:
R interface to (some of) cddlib (). Converts back and forth between two representations of a convex polytope: as solution of a set of linear equalities and inequalities and as convex hull of set of points and rays. Also does linear programming and redundant generator elimination (for example, convex hull in n dimensions). All functions can use exact infinite-precision rational arithmetic.
How to cite:
Charles J. Geyer (2005). rcdd: Computational Geometry. R package version 1.6, https://cran.r-project.org/web/packages/rcdd. Accessed 27 Jan. 2025.
Previous versions and publish date:
0.6-3 (2005-04-20 10:10), 0.7-1 (2007-12-30 21:29), 0.7 (2007-12-14 17:41), 0.9 (2008-01-05 18:41), 0.10-1 (2008-01-25 16:50), 0.10-2 (2008-01-28 21:32), 0.10 (2008-01-11 18:23), 1.0-1 (2008-03-06 17:40), 1.0 (2008-02-09 21:01), 1.1-1 (2008-09-01 09:00), 1.1-2 (2009-06-24 09:08), 1.1-3 (2009-07-18 18:14), 1.1-4 (2011-01-08 09:32), 1.1-7 (2012-03-18 12:15), 1.1-8 (2014-03-30 08:09), 1.1-9 (2015-07-06 00:02), 1.1-10 (2016-04-25 15:32), 1.1-11 (2017-03-13 21:14), 1.1-13 (2017-04-19 06:21), 1.1 (2008-04-14 09:27), 1.2-2 (2019-04-22 22:40), 1.2 (2017-06-12 07:30), 1.4 (2021-10-19 20:10), 1.5-2 (2023-04-24 22:30), 1.5 (2021-11-18 07:20)
Other packages that cited rcdd R package
View rcdd citation profile
Other R packages that rcdd depends, imports, suggests or enhances
Complete documentation for rcdd
Functions, R codes and Examples using the rcdd R package
Some associated functions: ArithmeticGMP . ConvertGMP . Subset . allfaces . linearity . lpcdd . makeH . makeV . qgram . redundant . scdd . validcdd . 
Some associated R codes: all.intersect.R . all.union.R . allfaces.R . d2q.R . linearity.R . lpcdd.R . makeH.R . makeV.R . maximal.R . onAttach.R . q2d.R . q2q.R . qabs.R . qdq.R . qgram.R . qinv.R . qmatmult.R . qmax.R . qmin.R . qmq.R . qneg.R . qpq.R . qprod.R . qsign.R . qsum.R . qxq.R . redundant.R . scdd.R . validcdd.R . z2q.R .  Full rcdd package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

AssetCorr  
Estimating Asset Correlations from Default Data
Functions for the estimation of intra- and inter-cohort correlations in the Vasicek credit portfolio ...
Download / Learn more Package Citations See dependency  
shinybrms  
Graphical User Interface ('shiny' App) for 'brms'
A graphical user interface (GUI) for fitting Bayesian regression models using the package 'brms' wh ...
Download / Learn more Package Citations See dependency  
intccr  
Semiparametric Competing Risks Regression under Interval Censoring
Semiparametric regression models on the cumulative incidence function for interval-censored competin ...
Download / Learn more Package Citations See dependency  
mgm  
Estimating Time-Varying k-Order Mixed Graphical Models
Estimation of k-Order time-varying Mixed Graphical Models and mixed VAR(p) models via elastic-net re ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,561

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA