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

Found 8424 packages in 0.05 seconds

rvertnet — by Dave Slager, 2 years ago

Search 'Vertnet', a 'Database' of Vertebrate Specimen Records

Retrieve, map and summarize data from the 'VertNet.org' archives (< https://vertnet.org/>). Functions allow searching by many parameters, including 'taxonomic' names, places, and dates. In addition, there is an interface for conducting spatially delimited searches, and another for requesting large 'datasets' via email.

taxa — by Zachary Foster, a month ago

Classes for Storing and Manipulating Taxonomic Data

Provides classes for storing and manipulating taxonomic data. Most of the classes can be treated like base R vectors (e.g. can be used in tables as columns and can be named). Vectorized classes can store taxon names and authorities, taxon IDs from databases, taxon ranks, and other types of information. More complex classes are provided to store taxonomic trees and user-defined data associated with them.

rplos — by Scott Chamberlain, 5 years ago

Interface to the Search API for 'PLoS' Journals

A programmatic interface to the 'SOLR' based search API (< http://api.plos.org/>) provided by the Public Library of Science journals to search their articles. Functions are included for searching for articles, retrieving articles, making plots, doing 'faceted' searches, 'highlight' searches, and viewing results of 'highlighted' searches in a browser.

ggplot2 — by Thomas Lin Pedersen, 5 months ago

Create Elegant Data Visualisations Using the Grammar of Graphics

A system for 'declaratively' creating graphics, based on "The Grammar of Graphics". You provide the data, tell 'ggplot2' how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.

charlatan — by Roel M. Hogervorst, a year ago

Make Fake Data

Make fake data that looks realistic, supporting addresses, person names, dates, times, colors, coordinates, currencies, digital object identifiers ('DOIs'), jobs, phone numbers, 'DNA' sequences, doubles and integers from distributions and within a range.

rphylopic — by William Gearty, a year ago

Get Silhouettes of Organisms from PhyloPic

Work with the PhyloPic Web Service (< http://api-docs.phylopic.org/v2/>) to fetch silhouette images of organisms. Includes functions for adding silhouettes to both base R plots and ggplot2 plots.

Rcpp — by Dirk Eddelbuettel, 2 months ago

Seamless R and C++ Integration

The 'Rcpp' package provides R functions as well as C++ classes which offer a seamless integration of R and C++. Many R data types and objects can be mapped back and forth to C++ equivalents which facilitates both writing of new code as well as easier integration of third-party libraries. Documentation about 'Rcpp' is provided by several vignettes included in this package, via the 'Rcpp Gallery' site at < https://gallery.rcpp.org>, the paper by Eddelbuettel and Francois (2011, ), the book by Eddelbuettel (2013, ) and the paper by Eddelbuettel and Balamuta (2018, ); see 'citation("Rcpp")' for details.

redland — by Matthew B. Jones, 2 years ago

RDF Library Bindings in R

Provides methods to parse, query and serialize information stored in the Resource Description Framework (RDF). RDF is described at < https://www.w3.org/TR/rdf-primer/>. This package supports RDF by implementing an R interface to the Redland RDF C library, described at < https://librdf.org/docs/api/index.html>. In brief, RDF provides a structured graph consisting of Statements composed of Subject, Predicate, and Object Nodes.

geojsonlint — by Scott Chamberlain, 6 years ago

Tools for Validating 'GeoJSON'

Tools for linting 'GeoJSON'. Includes tools for interacting with the online tool < http://geojsonlint.com>, the 'Javascript' library 'geojsonhint' (< https://www.npmjs.com/package/geojsonhint>), and validating against a 'GeoJSON' schema via the 'Javascript' library (< https://www.npmjs.com/package/is-my-json-valid>). Some tools work locally while others require an internet connection.

rdryad — by Scott Chamberlain, 5 years ago

Access for Dryad Web Services

Interface to the Dryad "Solr" API, their "OAI-PMH" service, and fetch datasets. Dryad (< https://datadryad.org/>) is a curated host of data underlying scientific publications.