Changes in version 0.5 (2022-05-27) - new function rpoly() creates polynomials with real coefficients from their zeroes (roots) given in Cartesian or polar form. - minor edits of the documentation of adjacencyOfClasses(). Changes in version 0.4-0 (2018-10-05) Changes in version 0.3-1 - deal with a NOTE on CRAN. - new function pseudoInverse() (moved here from package mixAR). - new examples for converting results of adjacencyOfClasses() to graph objects and plotting them. Changes in version 0.3.0 - new function adjacencyOfClasses() gives the graph of the classes defined in one or more packages in several ways. It can also give a Wolfram language expression which can be evaluated in Mathematica, see the help page for details and examples. - use Rd macro \printExample from package Rdpack for some examples in details section (see adjacencyOfClasses()). Changes in version 0.2-3 - created README.*. - added website created with 'pkgdown'. - added github URL to DESCRIPTION. Changes in version 0.2-2 - corrected a couple of typo's in the vignette. Changes in version 0.2-1 (2017-10-05) - New function missing_arg() returns TRUE if an element of a pairlist is missing. - New function plotpdf() plots probability density and related functions over automatically selected intervals (based on cdf of qf). - New function cdf2quantile() numerically computes quantiles of a given cdf. This is mainly for use by plotpdf(). - A vignette illustrates plotpdf(). Changes in version 0.2-0 (2016-01-08) - First CRAN version