Showing 27 of total 27 results (show query)
dmurdoch
rgl:3D Visualization Using OpenGL
Provides medium to high level functions for 3D interactive graphics, including functions modelled on base graphics (plot3d(), etc.) as well as functions for constructing representations of geometric objects (cube3d(), etc.). Output may be on screen using OpenGL, or to various standard 3D file formats including WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.
Maintained by Duncan Murdoch. Last updated 7 hours ago.
graphicsopenglrglwebgllibglulibglvndlibpnglibx11freetypecpp
91 stars 17.40 score 7.3k scripts 303 dependentsr-lib
ragg:Graphic Devices Based on AGG
Anti-Grain Geometry (AGG) is a high-quality and high-performance 2D drawing library. The 'ragg' package provides a set of graphic devices based on AGG to use as alternative to the raster devices provided through the 'grDevices' package.
Maintained by Thomas Lin Pedersen. Last updated 11 days ago.
drawinggraphicsvector-graphicsfreetypelibpngtifflibjpeg-turbocpp
175 stars 15.18 score 1.8k scripts 485 dependentsyixuan
showtext:Using Fonts More Easily in R Graphs
Making it easy to use various types of fonts ('TrueType', 'OpenType', Type 1, web fonts, etc.) in R graphs, and supporting most output formats of R graphics including PNG, PDF and SVG. Text glyphs will be converted into polygons or raster images, hence after the plot has been created, it no longer relies on the font files. No external software such as 'Ghostscript' is needed to use this package.
Maintained by Yixuan Qiu. Last updated 1 years ago.
fontgraphicsgraphics-devicer-graphicsfreetype
487 stars 12.92 score 10k scripts 35 dependentsr-lib
vdiffr:Visual Regression Testing and Graphical Diffing
An extension to the 'testthat' package that makes it easy to add graphical unit tests. It provides a Shiny application to manage the test cases.
Maintained by Lionel Henry. Last updated 5 months ago.
ggplot2graphicstestthatlibpngcpp
190 stars 10.77 score 254 scripts 5 dependentsropensci
tsbox:Class-Agnostic Time Series
Time series toolkit with identical behavior for all time series classes: 'ts','xts', 'data.frame', 'data.table', 'tibble', 'zoo', 'timeSeries', 'tsibble', 'tis' or 'irts'. Also converts reliably between these classes.
Maintained by Christoph Sax. Last updated 5 months ago.
150 stars 10.61 score 496 scripts 4 dependentsfsolt
dotwhisker:Dot-and-Whisker Plots of Regression Results
Create quick and easy dot-and-whisker plots of regression results. It takes as input either (1) a coefficient table in standard form or (2) one (or a list of) fitted model objects (of any type that has methods implemented in the 'parameters' package). It returns 'ggplot' objects that can be further customized using tools from the 'ggplot2' package. The package also includes helper functions for tasks such as rescaling coefficients or relabeling predictor variables. See more methodological discussion of the visualization and data management methods used in this package in Kastellec and Leoni (2007) <doi:10.1017/S1537592707072209> and Gelman (2008) <doi:10.1002/sim.3107>.
Maintained by Yue Hu. Last updated 6 months ago.
60 stars 10.14 score 680 scriptsms609
Ternary:Create Ternary and Holdridge Plots
Plots ternary diagrams (simplex plots / Gibbs triangles) and Holdridge life zone plots <doi:10.1126/science.105.2727.367> using the standard graphics functions. Allows custom annotation, interpolating, contouring and scaling of plotting region. Includes a 'Shiny' user interface for point-and-click ternary plotting. An alternative to 'ggtern', which uses the 'ggplot2' family of plotting functions.
Maintained by Martin R. Smith. Last updated 5 months ago.
graphicsplottingplotting-in-rternary-plots
34 stars 9.46 score 103 scripts 5 dependentsfriendly
HistData:Data Sets from the History of Statistics and Data Visualization
The 'HistData' package provides a collection of small data sets that are interesting and important in the history of statistics and data visualization. The goal of the package is to make these available, both for instructional use and for historical research. Some of these present interesting challenges for graphics or analysis in R.
Maintained by Michael Friendly. Last updated 11 months ago.
63 stars 9.19 score 732 scripts 2 dependentsthomasp85
ggfx:Pixel Filters for 'ggplot2' and 'grid'
Provides a range of filters that can be applied to layers from the 'ggplot2' package and its extensions, along with other graphic elements such as guides and theme elements. The filters are applied at render time and thus uses the exact pixel dimensions needed.
Maintained by Thomas Lin Pedersen. Last updated 3 years ago.
170 stars 9.10 score 452 scripts 3 dependentsgreat-northern-diver
loon.ggplot:A Grammar of Interactive Graphics
Provides a bridge between the 'loon' and 'ggplot2' packages. Extends the grammar of ggplot to add clauses to create interactive 'loon' plots. Existing ggplot(s) can be turned into interactive 'loon' plots and 'loon' plots into static ggplot(s); the function 'loon.ggplot()' is the bridge from one plot structure to the other.
Maintained by Zehao Xu. Last updated 11 months ago.
data-analysisggplotggplot-featuresgraphicsinteractive-plotsloonvisualizations
24 stars 7.11 score 9 scripts 3 dependentshenrikbengtsson
R.devices:Unified Handling of Graphics Devices
Functions for creating plots and image files in a unified way regardless of output format (EPS, PDF, PNG, SVG, TIFF, WMF, etc.). Default device options as well as scales and aspect ratios are controlled in a uniform way across all device types. Switching output format requires minimal changes in code. This package is ideal for large-scale batch processing, because it will never leave open graphics devices or incomplete image files behind, even on errors or user interrupts.
Maintained by Henrik Bengtsson. Last updated 1 years ago.
18 stars 6.90 score 67 scripts 13 dependentscoolbutuseless
nara:Native Raster Image Tools
Tools for 'nativeRaster' images.
Maintained by Mike Cheng. Last updated 1 months ago.
62 stars 6.32 score 42 scriptsandrewheiss
colourlovers:R Client for the COLOURlovers API
Provides access to the COLOURlovers <https://www.colourlovers.com/> API, which offers color inspiration and color palettes.
Maintained by Andrew Heiss. Last updated 3 years ago.
color-palettecolourloverscolourlovers-apigraphicspalette
109 stars 5.79 score 57 scriptshughjonesd
ggmagnify:Create a Magnified Inset of Part of a "Ggplot" Object
Creates a magnified inset of a ggplot, with projection lines and borders around the target area and inset, plus optional shadow. Rectangular, elliptical or arbitrary regions can be magnified. Works with facets and maps. Geoms can optionally be recomputed within the inset area.
Maintained by David Hugh-Jones. Last updated 9 months ago.
286 stars 5.62 score 97 scriptskaroliskoncevicius
basetheme:Themes for Base Graphics Plots
Functions to create and select graphical themes for the base plotting system. Contains: 1) several custom pre-made themes 2) mechanism for creating new themes by making persistent changes to the graphical parameters of base plots.
Maintained by Karolis Koncevičius. Last updated 2 years ago.
136 stars 5.09 score 18 scriptsdmurdoch
rgl2gltf:Read and Write '.gltf' and '.glb' Files
The 'glTF' file format is used to describe 3D models. This package provides read and write functions to work with it.
Maintained by Duncan Murdoch. Last updated 4 months ago.
8 stars 5.05 score 14 scriptshughjonesd
anim.plots:Simple Animated Plots for R
Simple animated versions of basic R plots, using the 'animation' package. Includes animated versions of plot, barplot, persp, contour, filled.contour, hist, curve, points, lines, text, symbols, segments, and arrows.
Maintained by David Hugh-Jones. Last updated 4 years ago.
8 stars 5.00 score 25 scriptsfriendly
genridge:Generalized Ridge Trace Plots for Ridge Regression
The genridge package introduces generalizations of the standard univariate ridge trace plot used in ridge regression and related methods. These graphical methods show both bias (actually, shrinkage) and precision, by plotting the covariance ellipsoids of the estimated coefficients, rather than just the estimates themselves. 2D and 3D plotting methods are provided, both in the space of the predictor variables and in the transformed space of the PCA/SVD of the predictors.
Maintained by Michael Friendly. Last updated 4 months ago.
bias-variancegraphicsprincipal-component-analysisregression-modelsridge-regressionsingular-value-decomposition
4 stars 4.84 score 69 scriptsselbosh
ggChernoff:Chernoff Faces for 'ggplot2'
Provides a Chernoff face geom for 'ggplot2'. Maps multivariate data to human-like faces. Inspired by Chernoff (1973) <doi:10.1080/01621459.1973.10482434>.
Maintained by David Selby. Last updated 2 years ago.
emojiggplot2graphicsplotvisualization
36 stars 4.51 score 18 scriptsrrwen
draw:Wrapper Functions for Producing Graphics
A set of user-friendly wrapper functions for creating consistent graphics and diagrams with lines, common shapes, text, and page settings. Compatible with and based on the R 'grid' package.
Maintained by Richard Wen. Last updated 7 years ago.
boxcirclecurvediagramdrawgraphicsgridlinepagerectanglereproducibleshapesquaretexttriangle
2 stars 4.39 score 35 scriptsr-lib
devoid:A Graphic Device that Does Nothing
Provides a non-drawing graphic device for benchmarking purpose. In order to properly benchmark graphic drawing code it is necessary to factor out the device implementation itself so that results are not related to the specific graphics device used during benchmarking. The 'devoid' package implements a graphic device that accepts all the required calls from R's graphic engine but performs no action. Apart from benchmarking it is unlikely that this device has any practical use.
Maintained by Thomas Lin Pedersen. Last updated 2 years ago.
22 stars 4.25 score 16 scriptsinsileco
graphicsutils:Collection of graphics utilities
A collection of functions to easily customize graphics-based plots.
Maintained by Kevin Cazelles. Last updated 3 years ago.
4 stars 3.90 score 20 scriptsbaddstats
globe:Plot 2D and 3D Views of the Earth, Including Major Coastline
Basic functions for plotting 2D and 3D views of a sphere, by default the Earth with its major coastline, and additional lines and points.
Maintained by Adrian Baddeley. Last updated 8 years ago.
earth-continentsglobegraphicsspatial-datasphere
5 stars 3.90 score 32 scriptsstla
graph3d:A Wrapper of the JavaScript Library 'vis-graph3d'
Create interactive visualization charts to draw data in three dimensional graphs. The graphs can be included in Shiny apps and R markdown documents, or viewed from the R console and 'RStudio' Viewer. Based on the 'vis.js' Graph3d module and the 'htmlwidgets' R package.
Maintained by Stéphane Laurent. Last updated 4 years ago.
4 stars 3.53 score 17 scriptsmhenderson
funcgeo:Functional Geometry in R
Peter Henderson's Functional Geometry in R.
Maintained by Matthew Henderson. Last updated 12 months ago.
functional-programminggeometrygraphics
8 stars 3.08 score 3 scriptsfriendly
VisCollin:Visualizing Collinearity Diagnostics
Provides methods to calculate diagnostics for multicollinearity among predictors in a linear or generalized linear model. It also provides methods to visualize those diagnostics following Friendly & Kwan (2009), "Where’s Waldo: Visualizing Collinearity Diagnostics", <doi:10.1198/tast.2009.0012>. These include better tabular presentation of collinearity diagnostics that highlight the important numbers, a semi-graphic tableplot of the diagnostics to make warning and danger levels more salient, and a "collinearity biplot" of the smallest dimensions of predictor space, where collinearity is most apparent.
Maintained by Michael Friendly. Last updated 1 years ago.
biplotscollinearity-diagnosticsgraphicsregression-models
1 stars 2.78 score 12 scriptspaithiov909
skiagd:R Wrapper for 'rust-skia'
A toy R wrapper for 'rust-skia' <https://github.com/rust-skia/rust-skia> (the Rust crate 'skia_safe' <https://rust-skia.github.io/doc/skia_safe/>, a binding for 'Skia' <https://skia.org/>).
Maintained by Akiru Kato. Last updated 18 hours ago.
graphicsrustcargofontconfigfreetype
2 stars 2.60 score