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

Found 185 packages in 0.02 seconds

emoji — by Emil Hvitfeldt, 24 days ago

Data and Function to Work with Emojis

Contains data about emojis with relevant metadata, and functions to work with emojis when they are in strings.

SMITIDvisu — by Jean-Francois Rey, 4 years ago

Visualize Data for Host and Viral Population from 'SMITIDstruct' using 'HTMLwidgets'

Visualisation tools for 'SMITIDstruct' package. Allow to visualize host timeline, transmission tree, index diversities and variant graph using 'HTMLwidgets'. It mainly using 'D3JS' javascript framework.

lidR — by Jean-Romain Roussel, 4 months ago

Airborne LiDAR Data Manipulation and Visualization for Forestry Applications

Airborne LiDAR (Light Detection and Ranging) interface for data manipulation and visualization. Read/write 'las' and 'laz' files, computation of metrics in area based approach, point filtering, artificial point reduction, classification from geographic data, normalization, individual tree segmentation and other manipulations.

mafR — by François Rousset, 2 months ago

Interface for Masked Autoregressive Flows

Interfaces the Python library 'zuko' implementing Masked Autoregressive Flows. See Rozet, Divo and Schnake (2023) and Papamakarios, Pavlakou and Murray (2017) .

sos — by Spencer Graves, 5 months ago

Search Contributed R Packages, Sort by Package

Search contributed R packages, sort by package.

palettesForR — by Francois Rebaudo, 6 years ago

GPL Palettes Copied from 'Gimp' and 'Inkscape'

A set of palettes imported from 'Gimp' distributed under GPL3 (< https://www.gimp.org/about/COPYING>), and 'Inkscape' distributed under GPL2 (< https://inkscape.org/about/license/>).

genepop — by François Rousset, 2 years ago

Population Genetic Data Analysis Using Genepop

Makes the Genepop software available in R. This software implements a mixture of traditional population genetic methods and some more focused developments: it computes exact tests for Hardy-Weinberg equilibrium, for population differentiation and for genotypic disequilibrium among pairs of loci; it computes estimates of F-statistics, null allele frequencies, allele size-based statistics for microsatellites, etc.; and it performs analyses of isolation by distance from pairwise comparisons of individuals or population samples.

manipulateWidget — by Veronique Bachelier, 3 years ago

Add Even More Interactivity to Interactive Charts

Like package 'manipulate' does for static graphics, this package helps to easily add controls like sliders, pickers, checkboxes, etc. that can be used to modify the input data or the parameters of an interactive chart created with package 'htmlwidgets'.

RcppExamples — by Dirk Eddelbuettel, 5 years ago

Examples using 'Rcpp' to Interface R and C++

Examples for Seamless R and C++ integration The 'Rcpp' package contains a C++ library that facilitates the integration of R and C++ in various ways. This package provides some usage examples. Note that the documentation in this package currently does not cover all the features in the package. The site < http://gallery.rcpp.org> regroups a large number of examples for 'Rcpp'.

RcppBDT — by Dirk Eddelbuettel, 2 years ago

'Rcpp' Bindings for the Boost Date_Time Library

Access to Boost Date_Time functionality for dates, durations (both for days and date time objects), time zones, and posix time ('ptime') is provided by using 'Rcpp modules'. The posix time implementation can support high-resolution of up to nano-second precision by using 96 bits (instead of R's 64) to present a 'ptime' object (but this needs recompilation with a #define set).