Examples: visualization, C++, networks, data cleaning, html widgets, ropensci.

Found 1098 packages in 0.04 seconds

Rlab — by Dennis Boos, 3 months ago

Functions and Datasets Required for ST370 Class

Provides functions and datasets required for the ST 370 course at North Carolina State University.

Rwave — by Jonathan M. Lees, 4 years ago

Time-Frequency Analysis of 1-D Signals

A set of R functions which provide an environment for the Time-Frequency analysis of 1-D signals (and especially for the wavelet and Gabor transforms of noisy signals). It was originally written for Splus by Rene Carmona, Bruno Torresani, and Wen L. Hwang, first at the University of California at Irvine and then at Princeton University. Credit should also be given to Andrea Wang whose functions on the dyadic wavelet transform are included. Rwave is based on the book: "Practical Time-Frequency Analysis: Gabor and Wavelet Transforms with an Implementation in S", by Rene Carmona, Wen L. Hwang and Bruno Torresani (1998, eBook ISBN:978008053942), Academic Press.

rbgm — by Michael D. Sumner, a year ago

Tools for 'Box Geometry Model' (BGM) Files and Topology for the Atlantis Ecosystem Model

Facilities for working with Atlantis box-geometry model (BGM) files. Atlantis is a deterministic, biogeochemical, whole-of-ecosystem model. Functions are provided to read from BGM files directly, preserving their internal topology, as well as helper functions to generate spatial data from these mesh forms. This functionality aims to simplify the creation and modification of box and geometry as well as the ability to integrate with other data sources.

tabularaster — by Michael D. Sumner, 3 years ago

Tidy Tools for 'Raster' Data

Facilities to work with vector and raster data in efficient repeatable and systematic work flow. Missing functionality in existing packages is included here to allow extraction from raster data with 'simple features' and 'Spatial' types and to make extraction consistent and straightforward. Extract cell numbers from raster data and return the cells as a data frame rather than as lists of matrices or vectors. The functions here allow spatial data to be used without special handling for the format currently in use.

quadmesh — by Michael D. Sumner, 4 years ago

Quadrangle Mesh

Create surface forms from matrix or 'raster' data for flexible plotting and conversion to other mesh types. The functions 'quadmesh' or 'triangmesh' produce a continuous surface as a 'mesh3d' object as used by the 'rgl' package. This is used for plotting raster data in 3D (optionally with texture), and allows the application of a map projection without data loss and many processing applications that are restricted by inflexible regular grid rasters. There are discrete forms of these continuous surfaces available with 'dquadmesh' and 'dtriangmesh' functions.

ncdump — by Michael D. Sumner, a year ago

Extract Metadata from 'NetCDF' Files as Data Frames

Tools for handling 'NetCDF' metadata in data frames. The metadata is provided as relations in tabular form, to avoid having to scan printed header output or to navigate nested lists of raw metadata.

standardize — by Christopher D. Eager, 5 years ago

Tools for Standardizing Variables for Regression in R

Tools which allow regression variables to be placed on similar scales, offering computational benefits as well as easing interpretation of regression output.

wstats — by Johann D. Gaebler, 2 months ago

Weighted Descriptive Statistics

Weighted versions of common descriptive statistics (variance, standard deviation, covariance, correlation, quantiles).

graticule — by Michael D. Sumner, 3 years ago

Meridional and Parallel Lines for Maps

Create graticule lines and labels for maps. Control the creation of lines or tiles by setting their placement (at particular meridians and parallels) and extent (along parallels and meridians). Labels are created independently of lines.

affinity — by Michael D. Sumner, 5 years ago

Raster Georeferencing, Grid Affine Transforms, Cell Abstraction

Tools for raster georeferencing, grid affine transforms, and general raster logic. These functions provide converters between raster specifications, world vector, geotransform, 'RasterIO' window, and 'RasterIO window' in 'sf' package list format. There are functions to offset a matrix by padding any of four corners (useful for vectorizing neighbourhood operations), and helper functions to harvesting user clicks on a graphics device to use for simple georeferencing of images. Methods used are available from < https://en.wikipedia.org/wiki/World_file> and < https://gdal.org/user/raster_data_model.html>.