Graphics

Artifacts using Graphics (13,854)
Sort by:Popular

Provides a mechanism for chaining commands with a new forward-pipe operator, %>%. This operator will forward a value, or the result of an expression, into the next function call/expression.
Last Release on Nov 21, 2024
Flexibly restructure and aggregate data using just two functions: melt and 'dcast' (or 'acast').
Last Release on Nov 4, 2024
Support for the foreach looping construct. Foreach is an idiom that allows for iterating over elements in a collection, without the use of an explicit loop counter.
Last Release on Sep 14, 2024
Routines for simple graphs and network analysis. It can handle large graphs very well and provides functions for generating random and regular graphs, graph visualization, centrality methods and much more.
Last Release on Feb 14, 2021
Provides user interface and database connection code for annotation data packages using SQLite data storage.
Last Release on Apr 28, 2022
Functions that are needed by many other packages or which replace R functions.
Last Release on Feb 14, 2021
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered joins, fast add/modify/delete of columns by group using no copies at all, list columns, a fast friendly file reader and parallel file writer.
Last Release on Feb 16, 2021
Provides color schemes for maps (and other graphics) designed by Cynthia Brewer as described at http://colorbrewer2.org
Last Release on May 30, 2024
Classes and methods for spatial data; the classes document where the spatial location information resides, for 2D or 3D data. Utility functions are provided, e.g.
Last Release on Apr 30, 2022
Many approaches for both reading and creating XML (and HTML) documents (including DTDs), both local and accessible via HTTP or FTP. Also offers access to an 'XPath' "interpreter".
Last Release on Feb 13, 2021