Found 185 packages in 0.02 seconds
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.
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.
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.
Interface for Masked Autoregressive Flows
Interfaces the Python library 'zuko' implementing Masked Autoregressive Flows. See Rozet, Divo and Schnake (2023)
Search Contributed R Packages, Sort by Package
Search contributed R packages, sort by package.
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/>).
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.
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'.
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'.
'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).