Other packages > Find by keyword >

metaplot  

Data-Driven Plot Design
View on CRAN: Click here


Download and install metaplot package within the R console
Install from CRAN:
install.packages("metaplot")

Install from Github:
library("remotes")
install_github("cran/metaplot")

Install by package version:
library("remotes")
install_version("metaplot", "0.8.4")



Attach the package and use:
library("metaplot")
Maintained by
Tim Bergsma
[Scholar Profile | Author Map]
First Published: 2017-04-17
Latest Update: 2024-02-18
Description:
Designs plots in terms of core structure. See 'example(metaplot)'. Primary arguments are (unquoted) column names; order and type (numeric or not) dictate the resulting plot. Specify any y variables, x variable, any groups variable, and any conditioning variables to metaplot() to generate density plots, boxplots, mosaic plots, scatterplots, scatterplot matrices, or conditioned plots. Use multiplot() to arrange plots in grids. Wherever present, scalar column attributes 'label' and 'guide' are honored, producing fully annotated plots with minimal effort. Attribute 'guide' is typically units, but may be encoded() to provide interpretations of categorical values (see '?encode'). Utility unpack() transforms scalar column attributes to row values and pack() does the reverse, supporting tool-neutral storage of metadata along with primary data. The package supports customizable aesthetics such as such as reference lines, unity lines, smooths, log transformation, and linear fits. The user may choose between trellis and ggplot output. Compact syntax and integrated metadata promote workflow scalability.
How to cite:
Tim Bergsma (2017). metaplot: Data-Driven Plot Design. R package version 0.8.4, https://cran.r-project.org/web/packages/metaplot. Accessed 13 Apr. 2025.
Previous versions and publish date:
0.1.1 (2017-04-17 20:30), 0.1.2 (2017-04-22 01:09), 0.1.5 (2017-07-11 00:01), 0.1.6 (2017-08-14 17:19), 0.2.1 (2017-10-15 17:20), 0.2.7 (2017-12-01 18:56), 0.3.1 (2018-01-03 18:28), 0.3.2 (2018-01-07 23:45), 0.4.0 (2018-01-21 17:34), 0.4.1 (2018-02-03 23:35), 0.4.4 (2018-02-20 09:43), 0.4.6 (2018-03-06 01:00), 0.4.9 (2018-04-01 00:32), 0.7.0 (2018-08-09 15:00), 0.7.1 (2018-08-09 18:10), 0.8.0 (2018-09-30 15:10), 0.8.2 (2019-02-04 18:10), 0.8.3 (2019-04-26 00:53)
Other packages that cited metaplot R package
View metaplot citation profile
Other R packages that metaplot depends, imports, suggests or enhances
Complete documentation for metaplot
Downloads during the last 30 days
03/1403/1503/1603/1703/1803/1903/2003/2103/2203/2303/2403/2503/2603/2703/2803/2903/3003/3104/0104/0204/0304/0404/0504/0604/0704/0804/0904/1004/11Downloads for metaplot0510152025303540455055TrendBars

Today's Hot Picks in Authors and Packages

ggprism  
A 'ggplot2' Extension Inspired by 'GraphPad Prism'
Provides various themes, palettes, and other functions that are used to customise ggplots to look l ...
Download / Learn more Package Citations See dependency  
LDABiplots  
Biplot Graphical Interface for LDA Models
Contains the development of a tool that provides a web-based graphical user interface (GUI) to perf ...
Download / Learn more Package Citations See dependency  
optimParallel  
Parallel Version of the L-BFGS-B Optimization Method
Provides a parallel version of the L-BFGS-B method of optim(). The main function of the package is o ...
Download / Learn more Package Citations See dependency  
SPOTMisc  
Misc Extensions for the "SPOT" Package
Implements additional models, simulation tools, and interfaces as extensions to 'SPOT'. It provides ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
MLeval  
Machine Learning Model Evaluation
Straightforward and detailed evaluation of machine learning models. 'MLeval' can produce receiver op ...
Download / Learn more Package Citations See dependency  

24,012

R Packages

207,311

Dependencies

64,867

Author Associations

24,013

Publication Badges

© Copyright since 2022. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA