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

Found 1042 packages in 0.07 seconds

acdcR — by Seong D. Yun, 3 years ago

Agro-Climatic Data by County

The functions are designed to calculate the most widely-used county-level variables in agricultural production or agricultural-climatic and weather analyses. To operate some functions in this package needs download of the bulk PRISM raster. See the examples, testing versions and more details from: < https://github.com/ysd2004/acdcR>.

spbabel — by Michael D. Sumner, 2 years ago

Convert Spatial Data Using Tidy Tables

Tools to convert from specific formats to more general forms of spatial data. Using tables to store the actual entities present in spatial data provides flexibility, and the functions here deliberately minimize the level of interpretation applied, leaving that for specific applications. Includes support for simple features, round-trip for 'Spatial' classes and long-form tables, analogous to 'ggplot2::fortify'. There is also a more 'normal form' representation that decomposes simple features and their kin to tables of objects, parts, and unique coordinates.

matrixStrucTest — by Brian D. Segal, 6 years ago

Tests of Matrix Structure for Construct Validation

Tests for block-diagonal structure in symmetric matrices (e.g. correlation matrices) under the null hypothesis of exchangeable off-diagonal elements. As described in Segal et al. (2019), these tests can be useful for construct validation either by themselves or as a complement to confirmatory factor analysis. Monte Carlo methods are used to approximate the permutation p-value with Hubert's Gamma (Hubert, 1976) and a t-statistic. This package also implements the chi-squared statistic described by Steiger (1980). Please see Segal, et al. (2019) for more information.

exceedProb — by Brian D. Segal, 6 years ago

Confidence Intervals for Exceedance Probability

Computes confidence intervals for the exceedance probability of normally distributed estimators. Currently only supports general linear models. Please see Segal (2019) for more information.

music — by Efstathios D. Gennatas, 3 years ago

Learn and Experiment with Music Theory

An aid for learning and using music theory. You can build chords, scales, and chord progressions using 12-note equal temperament tuning (12-ET) or user-defined tuning. Includes functions to visualize notes on a piano using ASCII plots in the console and to plot waveforms using base graphics. It allows simple playback of notes and chords using the 'audio' package.

vesselr — by Jordan D. Dworkin, 8 years ago

Gradient and Vesselness Tools for Arrays and NIfTI Images

Simple functions for calculating the image gradient, image hessian, volume ratio filter, and Frangi vesselness filter of 3-dimensional volumes.

MatrixHMM — by Salvatore D. Tomarchio, a year ago

Parsimonious Families of Hidden Markov Models for Matrix-Variate Longitudinal Data

Implements three families of parsimonious hidden Markov models (HMMs) for matrix-variate longitudinal data using the Expectation-Conditional Maximization (ECM) algorithm. The package supports matrix-variate normal, t, and contaminated normal distributions as emission distributions. For each hidden state, parsimony is achieved through the eigen-decomposition of the covariance matrices associated with the emission distribution. This approach results in a comprehensive set of 98 parsimonious HMMs for each type of emission distribution. Atypical matrix detection is also supported, utilizing the fitted (heavy-tailed) models.

pgmm — by Paul D. McNicholas, 4 months ago

Parsimonious Gaussian Mixture Models

Carries out model-based clustering or classification using parsimonious Gaussian mixture models. McNicholas and Murphy (2008) , McNicholas (2010) , McNicholas and Murphy (2010) , McNicholas et al. (2010) .

sm — by Adrian Bowman, a year ago

Smoothing Methods for Nonparametric Regression and Density Estimation

This is software linked to the book 'Applied Smoothing Techniques for Data Analysis - The Kernel Approach with S-Plus Illustrations' Oxford University Press.

gradientPickerD3 — by Christian D. Peikert, 8 years ago

Interactive Color Gradient Picker Using 'htmlwidgets' and the Modified JS Script 'jquery-gradient-picker'

Widget for an interactive selection and modification of a color gradient. 'gradientPickerD3' allows addition, removement and replacement of color ticks. List of numeric values will automatically translate in their corresponding tick position within the numeric range. App returns a data.frame containing tick values, colors and the positions in percent (0.0 to 1.0) for each color tick in the gradient. The original JS 'jquery-gradient-picker' was implemented by Matt Crinklaw-Vogt (nick: tantaman) < https://github.com/tantaman/>. Widget and JS modifications were done by CD. Peikert.