This package browser is in early development. Mind the rough edges.

r-spacefillr

Space-Filling Random and Quasi-Random Sequences

spacefillr enables generation of random and quasi-random space-filling sequences. It supports the following sequences: Halton, Sobol, Owen-scrambled Sobol, Owen-scrambled Sobol with errors distributed as blue noise, progressive jittered, progressive multi-jittered (PMJ), PMJ with blue noise, PMJ02, and PMJ02 with blue noise. The package also includes a C++ API.

Installation

Install the latest version of r-spacefillr as follows:

guix install r-spacefillr

Or install a particular version:

guix install r-spacefillr@0.3.3

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-spacefillr about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-spacefillr'><img src='https://packages.guix.gnu.org/packages/r-spacefillr/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-spacefillr/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-spacefillr)

Example Org:

[[https://packages.guix.gnu.org/packages/r-spacefillr][https://packages.guix.gnu.org/packages/r-spacefillr/badges/latest-version.svg]]