r-cran-sn
GNU R package providing skew-normal and skew-t distributions
This package provides functions for manipulating skew-normal and
skew-t probability distributions, and for fitting them to data, in
the scalar and in the multivariate case.
gtkmorph-example
digital image warp and morph, examples
xmorph loads, saves, warps, and dissolves images, and loads, saves,
creates, and manipulates control meshes which determine the warping. It has
support for making movies automatically (it needs extra packages). The
technique was invented and first used by Industrial Light and Magic, and is
commonly called "morphing."
node-codemirror-search
Search functionality for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
r-cran-ggraph
GNU R implementation of grammar of graphics for graphs and networks
The grammar of graphics as implemented in ggplot2 is a poor fit for
graph and network visualizations due to its reliance on tabular data input.
ggraph is an extension of the ggplot2 API tailored to graph visualizations
and provides the same flexible approach to building up plots layer by layer.
node-codemirror-view
DOM view component for the CodeMirror code editor
CodeMirror is a code editor component for the web. It can be used in
websites to implement a text input field with support for many editing
features, and has a rich programming interface to allow further extension.
node-crelt
Tiny DOM-element creation utility
node-crelt provides a tiny DOM-element creation utility. It exports a single
function that returns a DOM element. It is called with
- a tag name string or DOM element
- an optional attribute object mapping names to values
- any number of children