Package: r2stl Version: 1.0.3.9000 Date: 2025-12-30 Title: Visualizing Data using a 3D Printer Authors@R: c(person("Ian", "Walker", role = "aut") , person("Jose'", "Gama", role = "aut") , person(given = c("Paul", "J."), family = "Northrop", role = c("cre", "ctb"), email = "p.northrop@ucl.ac.uk")) Description: Converts data to STL (stereolithography) files that can be used to feed a 3-dimensional printer. The 3-dimensional output from a function can be materialized into a solid surface in a plastic material, therefore allowing more detailed examination. There are many possible uses for this new tool, such as to examine mathematical expressions with very irregular shapes, to aid teaching people with impaired vision, to create raised relief maps from digital elevation maps (DEMs), to bridge the gap between mathematical tools and rapid prototyping, and many more. Ian Walker created the function r2stl() and Jose' Gama assembled the package. License: CC BY-SA 4.0 Encoding: UTF-8 Depends: R (>= 2.7.0) Imports: graphics Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 URL: https://github.com/paulnorthrop/r2stl, https://paulnorthrop.github.io/r2stl/ BugReports: https://github.com/paulnorthrop/r2stl/issues Repository: https://paulnorthrop.r-universe.dev Date/Publication: 2025-12-30 16:53:59 UTC RemoteUrl: https://github.com/paulnorthrop/r2stl RemoteRef: HEAD RemoteSha: 0b69634ae8428093a07c9c53741f47491669d060 NeedsCompilation: no Packaged: 2026-05-29 09:50:28 UTC; root Author: Ian Walker [aut], Jose' Gama [aut], Paul J. Northrop [cre, ctb] Maintainer: Paul J. Northrop