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

Found 260 packages in 0.06 seconds

tidycharts — by Bartosz Sawicki, 3 years ago

Generate Tidy Charts Inspired by 'IBCS'

There is a wide range of R packages created for data visualization, but still, there was no simple and easily accessible way to create clean and transparent charts - up to now. The 'tidycharts' package enables the user to generate charts compliant with International Business Communication Standards ('IBCS'). It means unified bar widths, colors, chart sizes, etc. Creating homogeneous reports has never been that easy! Additionally, users can apply semantic notation to indicate different data scenarios (plan, budget, forecast). What's more, it is possible to customize the charts by creating a personal color pallet with the possibility of switching to default options after the experiments. We wanted the package to be helpful in writing reports, so we also made joining charts in a one, clear image possible. All charts are generated in SVG format and can be shown in the 'RStudio' viewer pane or exported to HTML output of 'knitr'/'markdown'.

holodeck — by Eric Scott, a year ago

A Tidy Interface for Simulating Multivariate Data

Provides pipe-friendly (%>%) wrapper functions for MASS::mvrnorm() to create simulated multivariate data sets with groups of variables with different degrees of variance, covariance, and effect size.

walkscore — by Christopher Belanger, 2 years ago

A Tidy Interface to the 'Walk Score' API

Easily collect walk scores, bike scores, and transit scores (where available) from the 'Walk Score' API < https://www.walkscore.com/professional/api.php>, a proprietary API that assigns locations a walkability score between 0 and 100.

ttservice — by Stefano Mangiola, 6 months ago

A Service for Tidy Transcriptomics Software Suite

It provides generic methods that are used by more than one package, avoiding conflicts. This package will be imported by 'tidySingleCellExperiment' and 'tidyseurat'.

mverse — by Michael Jongho Moon, 2 years ago

Tidy Multiverse Analysis Made Simple

Extends 'multiverse' package (Sarma A., Kale A., Moon M., Taback N., Chevalier F., Hullman J., Kay M., 2021) , which allows users perform to create explorable multiverse analysis in R. This extension provides an additional level of abstraction to the 'multiverse' package with the aim of creating user friendly syntax to researchers, educators, and students in statistics. The 'mverse' syntax is designed to allow piping and takes hints from the 'tidyverse' grammar. The package allows users to define and inspect multiverse analysis using familiar syntax in R.

prediction — by Ben Bolker, 5 months ago

Tidy, Type-Safe 'prediction()' Methods

A one-function package containing prediction(), a type-safe alternative to predict() that always returns a data frame. The summary() method provides a data frame with average predictions, possibly over counterfactual versions of the data (à la the margins command in 'Stata'). Marginal effect estimation is provided by the related package, 'margins' < https://cran.r-project.org/package=margins>. The package currently supports common model types (e.g., lm, glm) from the 'stats' package, as well as numerous other model classes from other add-on packages. See the README file or main package documentation page for a complete listing.

tsibble — by Earo Wang, 5 months ago

Tidy Temporal Data Frames and Tools

Provides a 'tbl_ts' class (the 'tsibble') for temporal data in an data- and model-oriented format. The 'tsibble' provides tools to easily manipulate and analyse temporal data, such as filling in time gaps and aggregating over calendar periods.

denguedatahub — by Thiyanga S. Talagala, 2 months ago

A Tidy Format Datasets of Dengue by Country

Provides a weekly, monthly, yearly summary of dengue cases by state/ province/ country.

fable — by Mitchell O'Hara-Wild, 18 days ago

Forecasting Models for Tidy Time Series

Provides a collection of commonly used univariate and multivariate time series forecasting models including automatically selected exponential smoothing (ETS) and autoregressive integrated moving average (ARIMA) models. These models work within the 'fable' framework provided by the 'fabletools' package, which provides the tools to evaluate, visualise, and combine models in a workflow consistent with the tidyverse.

TidyDensity — by Steven Sanderson, 6 months ago

Functions for Tidy Analysis and Generation of Random Data

To make it easy to generate random numbers based upon the underlying stats distribution functions. All data is returned in a tidy and structured format making working with the data simple and straight forward. Given that the data is returned in a tidy 'tibble' it lends itself to working with the rest of the 'tidyverse'.