Learn R Programming

combinat (version 0.0-8)

combinatorics utilities

Description

routines for combinatorics

Copy Link

Version

Install

install.packages('combinat')

Monthly Downloads

35,581

Version

0.0-8

License

GPL-2

Maintainer

Last Published

October 29th, 2012

Functions in combinat (0.0-8)

hcube

Generate all points on a hypercuboid lattice.
rmultinomial

Generate random samples from multinomial distributions
nsimplex

Computes the number of points on a (p, n)-simplex lattice
x2u

Convert an x-encoded simplex-lattice point to a u-encoded simplex-lattice point
permn

Generates all permutations of the elements of x
dmnom

density of multinomial, and support functions
xsimplex

Generates all points on a (p,n) simplex lattice (i.e. a p-part composition of n).
combn

Generate all combinations of the elements of x taken m at a time.