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]
All associated links for this package
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 08 Mar. 2026.
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

Today's Hot Picks in Authors and Packages

generator  
Generate Data Containing Fake Personally Identifiable Information
Allows users to quickly and easily generate fake data containing Personally Identifiable Informatio ...
Download / Learn more Package Citations See dependency  
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
candisc  
Visualizing Generalized Canonical Discriminant and Canonical Correlation Analysis
Functions for computing and visualizing generalized canonical discriminant analyses and canonical c ...
Download / Learn more Package Citations See dependency  
ptycho  
Bayesian Variable Selection with Hierarchical Priors
Bayesian variable selection for linear regression models using hierarchical priors. There is a pr ...
Download / Learn more Package Citations See dependency  
vars  
VAR Modelling
Estimation, lag selection, diagnostic testing, forecasting, causality analysis, forecast error varia ...
Download / Learn more Package Citations See dependency  

26,270

R Packages

223,360

Dependencies

70,376

Author Associations

26,265

Publication Badges

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